switch atom to simple gui with stumpwm
This commit is contained in:
parent
ac623c51c2
commit
65925e2183
|
@ -86,15 +86,17 @@ in mkIf ((profile == "desktop") || (profile == "laptop")) {
|
||||||
|
|
||||||
displayManager.gdm.enable = true;
|
displayManager.gdm.enable = true;
|
||||||
|
|
||||||
displayManager.defaultSession = "gnome";
|
# displayManager.defaultSession = "gnome";
|
||||||
|
|
||||||
windowManager.session = pkgs.lib.singleton {
|
windowManager.stumpwm.enable = true;
|
||||||
name = "stumpwm";
|
|
||||||
start = ''
|
# windowManager.session = pkgs.lib.singleton {
|
||||||
${pkgs.lispPackages.stumpwm}/bin/stumpwm &
|
# name = "stumpwm";
|
||||||
waidPID=$!
|
# start = ''
|
||||||
'';
|
# ${pkgs.lispPackages.stumpwm}/bin/stumpwm &
|
||||||
};
|
# waidPID=$!
|
||||||
|
# '';
|
||||||
|
# };
|
||||||
} else {
|
} else {
|
||||||
layout = "us";
|
layout = "us";
|
||||||
xkbVariant = "dvp";
|
xkbVariant = "dvp";
|
||||||
|
|
|
@ -34,7 +34,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
fudo.laptop.use-network-manager = false;
|
fudo.laptop.use-network-manager = false;
|
||||||
fudo.common.enable-gui = false;
|
fudo.common.enable-gui = true;
|
||||||
|
|
||||||
hardware.opengl.driSupport32Bit = true;
|
hardware.opengl.driSupport32Bit = true;
|
||||||
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
|
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
|
||||||
|
|
Loading…
Reference in New Issue