2024-12-12 15:03 : id 379
This commit is contained in:
parent
208d890a3d
commit
166af2831e
@ -40,15 +40,15 @@ let
|
||||
DUNST_ORIGIN = "top-center";
|
||||
in
|
||||
{
|
||||
|
||||
home.activation.runScript = lib.hm.dag.entryAfter
|
||||
[ "writeBoundary" ]
|
||||
(lib.hm.dag.execScript "script" "$HOME/scripts/post-build.sh");
|
||||
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
# manage.
|
||||
|
||||
home = {
|
||||
activation = {
|
||||
myActivationAction = lib.hm.dag.entryAfter ["writeBoundary"] ''
|
||||
bash $HOME/scripts/wallpaper-updater
|
||||
'';
|
||||
};
|
||||
username = "deadvey";
|
||||
homeDirectory = "/home/deadvey";
|
||||
enableNixpkgsReleaseCheck = false;
|
||||
@ -120,7 +120,6 @@ in
|
||||
};
|
||||
"~/scripts/post-build.sh" = {
|
||||
text = ''
|
||||
bash $HOME/scripts/wallpaper-updater
|
||||
'';
|
||||
executable = true;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user