From 34d5e48354bb2c1fd4c43b510574cf139cc5b577 Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Tue, 19 Aug 2025 12:34:33 -0400 Subject: form: update configuration --- form/configuration.nix | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'form/configuration.nix') diff --git a/form/configuration.nix b/form/configuration.nix index 62c6a41..911dffd 100644 --- a/form/configuration.nix +++ b/form/configuration.nix @@ -15,6 +15,7 @@ username = "stefan"; hostname = "form"; wifi = true; + keyd.enable = false; }; config = { @@ -30,10 +31,9 @@ # boot.kernelParams = []; services.xserver.videoDrivers = [ "nvidia" ]; services.desktopManager.plasma6.enable = true; - services.displayManager.sddm = { - enable = false; - }; - services.xserver.enable = true; + # services.displayManager.sddm = { + # enable = false; + # }; console.earlySetup = true; hardware.nvidia = { modesetting.enable = true; @@ -45,6 +45,13 @@ vaapiVdpau ]; + services.xserver = { + enable = true; + displayManager = { + defaultSession = "sway"; + gdm.enable = true; + }; + }; virtualisation.docker = { enable = true; rootless = { -- cgit v1.2.3