From 8903b134d844ae3ba46ff399f5cdbcedf8c8fbd2 Mon Sep 17 00:00:00 2001 From: blahai Date: Tue, 29 Oct 2024 23:44:42 +0200 Subject: [PATCH] Nyx: gdm config --- hosts/nyx/configuration.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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