diff --git a/hosts/nyx/configuration.nix b/hosts/nyx/configuration.nix index d28b786..0e67b96 100644 --- a/hosts/nyx/configuration.nix +++ b/hosts/nyx/configuration.nix @@ -65,9 +65,15 @@ }; services = { + displayManager.defaultSession = "hyprland"; xserver = { enable = true; - displayManager.gdm.enable = true; + displayManager = { + gdm = { + enable = true; + autoSuspend = false; + }; + }; desktopManager.gnome.enable = true; xkb = { layout = "us"; @@ -177,6 +183,7 @@ qt.enable = true; environment.systemPackages = with pkgs; [ + ffmpeg-full age ssh-to-age sops