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; withBluetooth = true;
withNiri = true; withNiri = true;
withGnome = false; withGnome = true;
withPlasma = true; withPlasma = false;
withVM = false; withVM = false;
withContainers = true; withContainers = true;

View file

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