summaryrefslogtreecommitdiff
path: root/config/nix.org
diff options
context:
space:
mode:
Diffstat (limited to 'config/nix.org')
-rw-r--r--config/nix.org12
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 []);
};
}