feat(kde): switch to sddm

This commit is contained in:
uku 2024-09-06 17:38:22 +02:00
parent ff27a70ad1
commit 3d8485d011
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
4 changed files with 21 additions and 7 deletions

View file

@ -1,7 +1,13 @@
{pkgs, ...}: {
services = {
xserver.desktopManager.gnome.enable = true;
displayManager.defaultSession = "gnome";
displayManager = {
defaultSession = "gnome";
gdm = {
enable = true;
wayland = true;
};
};
};
hm.programs.gnome-shell = {