summary refs log tree commit diff stats
path: root/system/settings/programs
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/programs')
-rw-r--r--system/settings/programs/i3.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/programs/i3.nix b/system/settings/programs/i3.nix
index b0140cdb..ab1fcca4 100644
--- a/system/settings/programs/i3.nix
+++ b/system/settings/programs/i3.nix
@@ -1,7 +1,6 @@
 { config, pkgs, ... }:
 
 { services.xserver.windowManager = {
-    default = "i3";
     i3 = {
       enable = true;
       extraSessionCommands = ''
@@ -9,6 +8,7 @@
       '';
     };
   };
+  services.xserver.displayManager.defaultSession = "none+i3";
 
   environment.systemPackages = with pkgs; [
     i3status