From a05e0614c1bb75f77717a943dc4ac75a0cca4652 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sun, 1 Mar 2026 23:51:02 -0800 Subject: add everything; add CI --- nix/modules/xserver.nix | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'nix/modules/xserver.nix') diff --git a/nix/modules/xserver.nix b/nix/modules/xserver.nix index 7bc40af..e3e0d9d 100644 --- a/nix/modules/xserver.nix +++ b/nix/modules/xserver.nix @@ -6,22 +6,22 @@ startx.enable = (! config.monorepo.profiles.ttyonly.enable); }; - windowManager = { - i3 = { - enable = (! config.monorepo.profiles.ttyonly.enable); - }; - }; + # windowManager = { + # i3 = { + # enable = (! config.monorepo.profiles.ttyonly.enable); + # }; + # }; desktopManager = { - runXdgAutostartIfNone = true; + runXdgAutostartIfNone = true; }; - xkb = { - layout = "us"; - variant = ""; - options = "caps:escape"; - }; + # xkb = { + # layout = "us"; + # variant = ""; + # options = "caps:escape"; + # }; - videoDrivers = (if config.monorepo.profiles.cuda.enable then [ "nvidia" ] else []); + videoDrivers = (if config.monorepo.profiles.cuda.enable then [ "nvidia" ] else [ ]); }; } -- cgit v1.3