Fix incorrect Hyprland in a few places
This commit is contained in:
parent
e58f3ca129
commit
5d1b468f7b
@ -100,7 +100,7 @@ in
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
package = lib.mkIf (osConfig ? programs) (lib.mkDefault osConfig.programs.hyprland.package);
|
||||
package = lib.mkIf (osConfig ? programs) (lib.mkDefault osConfig.programs.hyprland.finalPackage);
|
||||
settings = {
|
||||
|
||||
# Xwayland fix
|
||||
|
@ -34,7 +34,7 @@ in
|
||||
nixfiles.programs.greetd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
command = [ "${pkgs.hyprland}/bin/Hyprland" ];
|
||||
command = [ "${config.programs.hyprland.finalPackage}/bin/Hyprland" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user