Odin: switch to cosmic
This commit is contained in:
parent
2bb14e2c2b
commit
c4070687f7
1 changed files with 10 additions and 2 deletions
|
|
@ -134,7 +134,16 @@ in
|
||||||
users.users.zigbee2mqtt.extraGroups = [ "dialout" ];
|
users.users.zigbee2mqtt.extraGroups = [ "dialout" ];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
displayManager.autoLogin = { enable = true; user = "tiziano"; };
|
desktopManager = {
|
||||||
|
cosmic.enable = true;
|
||||||
|
# plasma6 = { enable = true; enableQt5Integration = true; };
|
||||||
|
};
|
||||||
|
displayManager = {
|
||||||
|
autoLogin = { enable = true; user = "tiziano"; };
|
||||||
|
cosmic-greeter.enable = true;
|
||||||
|
# sddm.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
avahi = {
|
avahi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
|
|
@ -155,7 +164,6 @@ in
|
||||||
desktopManager.plasma5 = { enable = true; useQtScaling = true; };
|
desktopManager.plasma5 = { enable = true; useQtScaling = true; };
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
displayManager.sddm.enable = true;
|
|
||||||
mosquitto = {
|
mosquitto = {
|
||||||
enable = true;
|
enable = true;
|
||||||
listeners = [{
|
listeners = [{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue