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; executable = true;
}; };
".postBuild" = pkgs.writeShellScript "run-my-script" '' "~/scripts/post-build.sh" = {
bash $HOME/scripts/wallpaper-updater.sh text = ''
bash $HOME/scripts/wallpaper-updater
''; '';
executable = true;
};
}; };
}; };
gtk = { gtk = {