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;
windowManager = {
# stumpwm.enable = true;
desktopManager = {
gnome.enable = true;
};
}
# windowManager = {
# stumpwm.enable = true;
# };
xkb = {
layout = "us";
options = "ctrl:swapcaps,compose:ralt";