update(sif): switch gnome to cinnamon

This commit is contained in:
Filippo Berto 2025-12-01 11:31:14 +01:00
parent 58c259b226
commit d555cf5a34
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC

View file

@ -27,7 +27,7 @@
services = { services = {
desktopManager = { desktopManager = {
cosmic.enable = true; cosmic.enable = true;
gnome.enable = true; # gnome.enable = true;
# plasma6 = { enable = true; enableQt5Integration = true; }; # plasma6 = { enable = true; enableQt5Integration = true; };
}; };
displayManager = { displayManager = {
@ -45,6 +45,7 @@
layout = "us,it"; layout = "us,it";
options = "eurosign:e,terminate:ctrl_alt_bksp,compose:rctrl,grp:menu_toggle"; options = "eurosign:e,terminate:ctrl_alt_bksp,compose:rctrl,grp:menu_toggle";
}; };
desktopManager.cinnamon.enable = true;
}; };
libinput.enable = true; libinput.enable = true;