getExe' → getExe for shadower

This commit is contained in:
jacekpoz 2024-07-26 16:11:55 +02:00
parent 2934d74517
commit 519a2ea9f9
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
2 changed files with 4 additions and 5 deletions

View file

@ -3970,11 +3970,11 @@
"nixpkgs": "nixpkgs_14"
},
"locked": {
"lastModified": 1707695303,
"narHash": "sha256-Afd0kQ2meBZZc+2HfvnUTQlO4UqnA0dzF/g5L9pttc0=",
"lastModified": 1721405001,
"narHash": "sha256-vucKiHCXTwIjayLNH1ZXkZWM70zF5atDdMDRZMADeO0=",
"owner": "n3oney",
"repo": "shadower",
"rev": "2bbd183476524f0bc760d8119edd7aaab312f60d",
"rev": "48f8f6bc227fc287b6669fb3ecaf4411d27a3b7a",
"type": "github"
},
"original": {

View file

@ -35,8 +35,7 @@
grimblast = getExe hyprcontrib.grimblast;
# TODO https://github.com/n3oney/shadower/pull/2
shadower = getExe' inputs.shadower.packages.${pkgs.system}.shadower "shadower";
shadower = getExe inputs.shadower.packages.${pkgs.system}.shadower;
inherit (inputs.hyprland.packages.${pkgs.system}) hyprland xdg-desktop-portal-hyprland;
hyprctl = getExe' hyprland "hyprctl";
waybar = getExe inputs.waybar.packages.${pkgs.system}.waybar;