mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 10:30:14 +01:00
switch pc2 to gnome
This commit is contained in:
parent
2600e6a9fb
commit
504c17e371
|
@ -47,5 +47,8 @@ in {
|
|||
gnome-weather
|
||||
gnome-music
|
||||
];
|
||||
|
||||
# RDP connections
|
||||
networking.firewall.allowedTCPPorts = [3389];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
my = {
|
||||
enabledUsers = ["vinzenz" "ronja"];
|
||||
desktop = {
|
||||
enableKde = true;
|
||||
enableGnome = true;
|
||||
enableGaming = true;
|
||||
enablePrinting = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue