summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--modules/window-manager.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/window-manager.nix b/modules/window-manager.nix
index b8cbb85..c159374 100644
--- a/modules/window-manager.nix
+++ b/modules/window-manager.nix
@@ -1,7 +1,7 @@
 { config, pkgs, ... }:
 
 { services.xserver.displayManager = {
-    slim = {
+    lightdm = {
       enable = true;
     };
   };