feat(kde): switch to sddm
This commit is contained in:
parent
ff27a70ad1
commit
3d8485d011
4 changed files with 21 additions and 7 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue