gnome instead
This commit is contained in:
parent
eace79bafd
commit
5435a567ff
2 changed files with 6 additions and 3 deletions
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue