diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-04 17:22:53 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-04 17:22:53 -0800 |
| commit | 3c55123c3abe2ab3023ff9fd360f3dd35cf78976 (patch) | |
| tree | 14cc06f1403121903d2e06baf8f2646c04a30c1a /config/nix.org | |
| parent | e362835b1b186a9a33f1ac32e59778ed5b2549d8 (diff) | |
clean up dead code
Diffstat (limited to 'config/nix.org')
| -rw-r--r-- | config/nix.org | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/config/nix.org b/config/nix.org index c7a41c1..54d7f62 100644 --- a/config/nix.org +++ b/config/nix.org @@ -798,22 +798,10 @@ Still, it is suitable for using Krita. startx.enable = (! config.monorepo.profiles.ttyonly.enable); }; - # windowManager = { - # i3 = { - # enable = (! config.monorepo.profiles.ttyonly.enable); - # }; - # }; - desktopManager = { runXdgAutostartIfNone = true; }; - # xkb = { - # layout = "us"; - # variant = ""; - # options = "caps:escape"; - # }; - videoDrivers = (if config.monorepo.profiles.cuda.enable then [ "nvidia" ] else []); }; } |
