inputs: prefer nixpkgs packages
This commit is contained in:
parent
c2127e0047
commit
37a5bfee0f
4 changed files with 5 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
};
|
||||
greeterCommand = lib.mkOption {
|
||||
default = "${
|
||||
lib.getExe inputs.hyprland.packages.${config.conf.system}.hyprland
|
||||
lib.getExe pkgs.hyprland
|
||||
} --config /etc/greetd/hyprgreet.conf";
|
||||
example = "${
|
||||
lib.getExe pkgs.cage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue