switch sddm for greetd

This commit is contained in:
Christoph Hollizeck 2024-09-12 20:52:09 +02:00
parent 817ad98de6
commit 767922cdd0
5 changed files with 41 additions and 21 deletions

View file

@ -17,11 +17,8 @@ in
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [ xdg-utils ];
wyrdgard.graphical-interface = {
display-manager.sddm = enabled;
desktop-manager = {
kde = enabled;
wyrdgard.graphical-interface =
{
};
};
};
}