hyprland: switch to greetd

This commit is contained in:
NullBite 2024-03-20 21:15:20 -04:00
parent 60512a1a98
commit 9fad947963
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -23,9 +23,12 @@ in
};
nixfiles.meta.wayland = true;
services.xserver.displayManager.sddm = {
enable = lib.mkDefault true;
wayland.enable = true;
# greeter
nixfiles.programs.greetd = {
enable = true;
settings = {
command = "${pkgs.hyprland}/bin/Hyprland";
};
};
programs.hyprland = {