summary refs log tree commit diff stats
path: root/modules/programs
diff options
context:
space:
mode:
authorAlan Pearce2018-02-18 18:05:13 +0100
committerAlan Pearce2018-02-18 18:05:13 +0100
commit4b5e567eb77613872173a4b82ff2d0227e6f2fea (patch)
treed892c6adab54e2302e97e89ee25897b912272b83 /modules/programs
parent4f244d35cc42aba068b7076f5007f3b1cbdbed5b (diff)
downloadnixos-configuration-4b5e567eb77613872173a4b82ff2d0227e6f2fea.tar.lz
nixos-configuration-4b5e567eb77613872173a4b82ff2d0227e6f2fea.tar.zst
nixos-configuration-4b5e567eb77613872173a4b82ff2d0227e6f2fea.zip
Disable lightdm
Diffstat (limited to 'modules/programs')
-rw-r--r--modules/programs/window-manager.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/programs/window-manager.nix b/modules/programs/window-manager.nix
index 9c92f47..09b0a28 100644
--- a/modules/programs/window-manager.nix
+++ b/modules/programs/window-manager.nix
@@ -3,7 +3,7 @@
 { services.xserver = {
    displayManager = {
      lightdm = {
-       enable = true;
+       enable = false;
      };
      sessionCommands = ''
        ${pkgs.xorg.xsetroot}/bin/xsetroot -cursor_name left_ptr -solid '#4d4d4c' &