okay figured that out
This commit is contained in:
parent
2227a4c682
commit
85b1f4874a
|
@ -14,12 +14,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
enable = true;
|
enable = true;
|
||||||
desktopManager = {
|
windowManager = {
|
||||||
gnome.enable = true;
|
stumpwm.enable = true;
|
||||||
};
|
};
|
||||||
# windowManager = {
|
|
||||||
# stumpwm.enable = true;
|
|
||||||
# };
|
|
||||||
xkb = {
|
xkb = {
|
||||||
layout = "us";
|
layout = "us";
|
||||||
options = "ctrl:swapcaps,compose:ralt";
|
options = "ctrl:swapcaps,compose:ralt";
|
||||||
|
|
Loading…
Reference in New Issue