fix hyprctl binaries

This commit is contained in:
jacekpoz 2024-09-01 20:33:38 +02:00
parent 23f5aaaf45
commit cb8cb2d9b3
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
2 changed files with 2 additions and 2 deletions

View file

@ -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 {

View file

@ -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;