From 830d3dd2f52cfc0fb86ab6e708a54a7b4e923e32 Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 10 Feb 2025 19:36:12 +0100 Subject: chusuk: fix displaymanager foo --- nix/hosts/chusuk/configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'nix/hosts/chusuk/configuration.nix') diff --git a/nix/hosts/chusuk/configuration.nix b/nix/hosts/chusuk/configuration.nix index 5ec116f..364a1c6 100644 --- a/nix/hosts/chusuk/configuration.nix +++ b/nix/hosts/chusuk/configuration.nix @@ -116,15 +116,13 @@ services = { openssh.enable = true; tailscale.enable = true; + displayManager.defaultSession = "none+i3"; xserver = { enable = true; desktopManager = { xterm.enable = false; }; - displayManager = { - defaultSession = "none+i3"; - }; windowManager.i3 = { enable = true; -- cgit 1.4.1