gnome is a desktop manager, not window manager

This commit is contained in:
Kyle Isom 2025-09-01 01:10:34 -07:00
parent af29f58e9e
commit 7d18356780
1 changed files with 5 additions and 3 deletions

View File

@ -14,10 +14,12 @@
}; };
}; };
enable = true; enable = true;
windowManager = { desktopManager = {
# stumpwm.enable = true;
gnome.enable = true; gnome.enable = true;
}; }
# windowManager = {
# stumpwm.enable = true;
# };
xkb = { xkb = {
layout = "us"; layout = "us";
options = "ctrl:swapcaps,compose:ralt"; options = "ctrl:swapcaps,compose:ralt";