switch pc2 to gnome

This commit is contained in:
Vinzenz Schroeter 2023-11-24 16:12:21 +01:00
parent 2600e6a9fb
commit 504c17e371
2 changed files with 4 additions and 1 deletions

View file

@ -47,5 +47,8 @@ in {
gnome-weather
gnome-music
];
# RDP connections
networking.firewall.allowedTCPPorts = [3389];
};
}

View file

@ -10,7 +10,7 @@
my = {
enabledUsers = ["vinzenz" "ronja"];
desktop = {
enableKde = true;
enableGnome = true;
enableGaming = true;
enablePrinting = true;
};