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