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