diff --git a/hosts/NixDawn/configuration.nix b/hosts/NixDawn/configuration.nix index 6cb474a..be6528e 100644 --- a/hosts/NixDawn/configuration.nix +++ b/hosts/NixDawn/configuration.nix @@ -20,7 +20,11 @@ in # Enable the KDE Plasma Desktop Environment. services.xserver.displayManager.sddm.enable = true; - services.xserver.desktopManager.plasma5.enable = true; + + services.xserver.windowManager.exwm = { + enable = true; + enableDefaultConfig = false; + }; services.syncthing = { enable = true;