switch sddm to gdm
This commit is contained in:
parent
901367c76a
commit
ad904f0bc3
4 changed files with 6 additions and 53 deletions
|
@ -8,7 +8,6 @@
|
|||
./home
|
||||
./niri
|
||||
./plasma
|
||||
./sddm
|
||||
./virt
|
||||
];
|
||||
|
||||
|
@ -83,6 +82,11 @@
|
|||
services = {
|
||||
# Needed for some features in nautilus such as auto-mounting and trash
|
||||
gvfs.enable = true;
|
||||
|
||||
xserver.displayManage.gdm = {
|
||||
enable = true;
|
||||
wayland = true;
|
||||
};
|
||||
};
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue