style: format with nix fmt
Currently uses `nixpkgs-fmt`
This commit is contained in:
parent
a6efd4146b
commit
36e14ad3f6
10 changed files with 267 additions and 263 deletions
|
@ -13,15 +13,15 @@ let
|
|||
osascript ${./setbg.scpt} "''${1}"
|
||||
'';
|
||||
in
|
||||
symlinkJoin {
|
||||
name = "setbg";
|
||||
paths = [ setWallpaperUnwrapped ];
|
||||
buildInputs = [ makeWrapper ];
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/setbg \
|
||||
--prefix PATH : ${lib.makeBinPath [
|
||||
jq
|
||||
yabai
|
||||
]}
|
||||
'';
|
||||
}
|
||||
symlinkJoin {
|
||||
name = "setbg";
|
||||
paths = [ setWallpaperUnwrapped ];
|
||||
buildInputs = [ makeWrapper ];
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/setbg \
|
||||
--prefix PATH : ${lib.makeBinPath [
|
||||
jq
|
||||
yabai
|
||||
]}
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue