2024-12-12 15:03 : id 379

This commit is contained in:
deadvey 2024-12-12 15:03:10 +00:00
parent 984741579b
commit 2c8f1b0aa6

View File

@ -115,9 +115,12 @@ in
'';
executable = true;
};
".postBuild" = pkgs.writeShellScript "run-my-script" ''
bash $HOME/scripts/wallpaper-updater.sh
"~/scripts/post-build.sh" = {
text = ''
bash $HOME/scripts/wallpaper-updater
'';
executable = true;
};
};
};
gtk = {