bugfix(hyprland): Use proper flake url
This commit is contained in:
parent
3731bd6366
commit
39e4d182ce
3 changed files with 3 additions and 3 deletions
|
|
@ -5,6 +5,7 @@
|
|||
inputs,
|
||||
pkgs,
|
||||
options,
|
||||
system,
|
||||
...
|
||||
}: {
|
||||
options.mods = {
|
||||
|
|
@ -43,7 +44,7 @@
|
|||
};
|
||||
greeterCommand = lib.mkOption {
|
||||
default = "${
|
||||
lib.getExe pkgs.hyprland
|
||||
lib.getExe inputs.hyprland.packages.${system}.hyprland
|
||||
} --config /etc/greetd/hyprgreet.conf";
|
||||
example = "${
|
||||
lib.getExe pkgs.cage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue