2024-12-12 15:03 : id 379
This commit is contained in:
parent
984741579b
commit
2c8f1b0aa6
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user