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; nixfiles.meta.wayland = true;
services.xserver.displayManager.sddm = { # greeter
enable = lib.mkDefault true; nixfiles.programs.greetd = {
wayland.enable = true; enable = true;
settings = {
command = "${pkgs.hyprland}/bin/Hyprland";
};
}; };
programs.hyprland = { programs.hyprland = {