fix hyprctl binaries
This commit is contained in:
parent
23f5aaaf45
commit
cb8cb2d9b3
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
asusctl = getExe' config.services.asusd.package "asusctl";
|
||||
supergfxctl = getExe' config.services.asusd.package "supergfxctl";
|
||||
cpupower = getExe config.boot.kernelPackages.cpupower;
|
||||
hyprctl = getExe' inputs.hyprland.packages.${pkgs.system} "hyprctl";
|
||||
hyprctl = getExe' inputs.hyprland.packages.${pkgs.system}.hyprland "hyprctl";
|
||||
|
||||
inherit (pkgs) writeShellScript;
|
||||
in {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
mpc = getExe pkgs.mpc-cli;
|
||||
sleep = getExe' pkgs.coreutils-full "sleep";
|
||||
hyprctl = getExe' inputs.hyprland.packages.${pkgs.system} "hyprctl";
|
||||
hyprctl = getExe' inputs.hyprland.packages.${pkgs.system}.hyprland "hyprctl";
|
||||
in {
|
||||
powerManagement = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue