about summary refs log tree commit diff
path: root/modules/user/aszlig/profiles/workstation/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/aszlig/profiles/workstation/default.nix')
-rw-r--r--modules/user/aszlig/profiles/workstation/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/user/aszlig/profiles/workstation/default.nix b/modules/user/aszlig/profiles/workstation/default.nix
index ce2e661c..4e4ea876 100644
--- a/modules/user/aszlig/profiles/workstation/default.nix
+++ b/modules/user/aszlig/profiles/workstation/default.nix
@@ -160,6 +160,7 @@ in {
         layout = "dvorak";
 
         displayManager.lightdm.enable = true;
+        displayManager.defaultSession = "none+i3";
         displayManager.sessionCommands = ''
           ${pkgs.xorg.xrdb}/bin/xrdb "${pkgs.writeText "xrdb.config" ''
             XTerm*font:                vga
@@ -172,9 +173,6 @@ in {
             XTerm*ptyInitialErase:     true
           ''}"
         '';
-
-        desktopManager.default = "none";
-        desktopManager.xterm.enable = false;
       };
     };