re-enable cinnamon
This commit is contained in:
parent
a369c2adb0
commit
aff5f14a81
|
@ -30,6 +30,7 @@ in
|
||||||
".config/dconf"
|
".config/dconf"
|
||||||
".config/cinnamon"
|
".config/cinnamon"
|
||||||
".config/nemo"
|
".config/nemo"
|
||||||
|
".local"
|
||||||
];
|
];
|
||||||
files = [
|
files = [
|
||||||
];
|
];
|
||||||
|
|
|
@ -78,17 +78,17 @@ in
|
||||||
services = {
|
services = {
|
||||||
qemuGuest.enable = true;
|
qemuGuest.enable = true;
|
||||||
};
|
};
|
||||||
#services.libinput.enable = true;
|
services.libinput.enable = true;
|
||||||
#services.displayManager.defaultSession = "cinnamon";
|
services.displayManager.defaultSession = "cinnamon";
|
||||||
|
|
||||||
|
services.xserver = {
|
||||||
|
enable = true;
|
||||||
|
displayManager.lightdm.enable = true;
|
||||||
|
desktopManager = {
|
||||||
|
cinnamon.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# services.xserver = {
|
|
||||||
# enable = true;
|
|
||||||
# displayManager.lightdm.enable = true;
|
|
||||||
# desktopManager = {
|
|
||||||
# cinnamon.enable = true;
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
#
|
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
|
|
Loading…
Reference in New Issue