summaryrefslogtreecommitdiff
path: root/nix/modules/xserver.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2026-02-06 15:52:14 -0800
committerPreston Pan <ret2pop@gmail.com>2026-02-06 15:52:14 -0800
commit51116ed17e2febc06dc795e5893d3a31e97962e9 (patch)
tree17ec9ca6f8475931e1f26f94928b753c042e06d1 /nix/modules/xserver.nix
parent9e826d9c2bad4a7ccf183257118be37083f26782 (diff)
server and desktop configurations are working fully and booting
Diffstat (limited to 'nix/modules/xserver.nix')
-rw-r--r--nix/modules/xserver.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/modules/xserver.nix b/nix/modules/xserver.nix
index 29aec23..7bc40af 100644
--- a/nix/modules/xserver.nix
+++ b/nix/modules/xserver.nix
@@ -8,7 +8,7 @@
windowManager = {
i3 = {
- enable = ! config.monorepo.profiles.ttyonly.enable;
+ enable = (! config.monorepo.profiles.ttyonly.enable);
};
};