update woomer getExe
This commit is contained in:
parent
09b862349f
commit
78c92eda13
1 changed files with 1 additions and 2 deletions
|
@ -38,8 +38,7 @@
|
|||
inherit (inputs.hyprland.packages.${pkgs.system}) hyprland xdg-desktop-portal-hyprland;
|
||||
hyprctl = getExe' hyprland "hyprctl";
|
||||
waybar = getExe inputs.waybar.packages.${pkgs.system}.waybar;
|
||||
# TODO https://github.com/coffeeispower/woomer/pull/11
|
||||
woomer = getExe' inputs.woomer.packages.${pkgs.system}.default "woomer";
|
||||
woomer = getExe inputs.woomer.packages.${pkgs.system}.default;
|
||||
|
||||
pkill = getExe' pkgs.procps "pkill";
|
||||
tee = getExe' pkgs.coreutils-full "tee";
|
||||
|
|
Loading…
Reference in a new issue