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;
|
||||
|
||||
withNiri = true;
|
||||
withGnome = false;
|
||||
withPlasma = true;
|
||||
withGnome = true;
|
||||
withPlasma = false;
|
||||
|
||||
withVM = false;
|
||||
withContainers = true;
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue