From 7067a9633894f264cd75fa3dda7779237fcd8a68 Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Mon, 14 Jul 2025 20:47:24 -0400 Subject: cleanup --- fw/configuration.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'fw/configuration.nix') diff --git a/fw/configuration.nix b/fw/configuration.nix index 071c725..c440db4 100644 --- a/fw/configuration.nix +++ b/fw/configuration.nix @@ -19,8 +19,11 @@ programs.light.enable = true; services.xserver = { enable = true; - displayManager.gdm.enable = true; - desktopManager.gnome.enable = true; + displayManager = { + defaultSession = "sway"; + gdm.enable = true; + }; + # desktopManager.gnome.enable = true; }; services.kmonad = { -- cgit v1.2.3