diff --git a/nixos/.config/nixos/profiles/wm/hyprland-virtualbox.nix b/nixos/.config/nixos/profiles/wm/hyprland-virtualbox.nix index 9fd8b44..7f525b0 100644 --- a/nixos/.config/nixos/profiles/wm/hyprland-virtualbox.nix +++ b/nixos/.config/nixos/profiles/wm/hyprland-virtualbox.nix @@ -15,5 +15,12 @@ in { ({ original = pkgs.mesa.drivers; replacement = nixos-unstable.mesa.drivers; }) ]; + + # Opening wayvnc port + networking.firewall.allowedTCPPorts = [ 5900 ]; + + environment.systemPackages = with pkgs; [ + wayvnc # VNC client for remote desktop + ]; } diff --git a/nixos/.config/nixos/profiles/wm/hyprland.nix b/nixos/.config/nixos/profiles/wm/hyprland.nix index 4915bdc..73b91f8 100644 --- a/nixos/.config/nixos/profiles/wm/hyprland.nix +++ b/nixos/.config/nixos/profiles/wm/hyprland.nix @@ -77,6 +77,7 @@ in { pyprland # Plugin manager for Hyprland rofi # Menu prompt program rofi-pass # Rofi frontend for password store + sassc # SCSS interpreter slurp # Screen selection utility swaylock # Wayland session locker swww # Sets background images