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