switch sddm to gdm

This commit is contained in:
twoneis 2024-06-26 15:23:47 +02:00
parent 901367c76a
commit ad904f0bc3
4 changed files with 6 additions and 53 deletions

View file

@ -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;