gnome instead

This commit is contained in:
twoneis 2024-06-26 15:40:34 +02:00
parent eace79bafd
commit 5435a567ff
2 changed files with 6 additions and 3 deletions

View file

@ -5,8 +5,8 @@
withBluetooth = true;
withNiri = true;
withGnome = false;
withPlasma = true;
withGnome = true;
withPlasma = false;
withVM = false;
withContainers = true;

View file

@ -83,8 +83,11 @@
# Needed for some features in nautilus such as auto-mounting and trash
gvfs.enable = true;
xserver.displayManager.gdm = {
xserver = {
enable = true;
displayManager.gdm = {
enable = true;
};
};
};