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

@ -12,7 +12,13 @@
programs.hyprland.enable = true;
services.displayManager.defaultSession = "hyprland";
services.displayManager = {
defaultSession = "hyprland";
gdm = {
enable = true;
wayland = true;
};
};
xdg.portal.extraPortals = with pkgs; [xdg-desktop-portal-gtk];