treewide: use lib.getExe (#1241)

This commit is contained in:
awwpotato 2025-05-10 04:07:43 -07:00 committed by GitHub
parent 6690180c17
commit 1c71f3bde2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 22 additions and 16 deletions

View file

@ -44,6 +44,6 @@ in
else
"--bg-max";
in
"${pkgs.feh}/bin/feh --no-fehbg ${bg-arg} ${config.stylix.image}"
"${lib.getExe pkgs.feh} --no-fehbg ${bg-arg} ${config.stylix.image}"
);
}

View file

@ -37,6 +37,6 @@ in
else
"--bg-max";
in
"${pkgs.feh}/bin/feh --no-fehbg ${bg-arg} ${config.stylix.image}"
"${lib.getExe pkgs.feh} --no-fehbg ${bg-arg} ${config.stylix.image}"
);
}