2024-12-12 15:03 : id 379

This commit is contained in:
deadvey 2024-12-12 15:09:39 +00:00
parent 166af2831e
commit feed44f094

View File

@ -45,7 +45,7 @@ in
home = {
activation = {
myActivationAction = lib.hm.dag.entryAfter ["writeBoundary"] ''
postBuild = lib.hm.dag.entryAfter ["writeBoundary"] ''
bash $HOME/scripts/wallpaper-updater
'';
};
@ -118,11 +118,6 @@ in
'';
executable = true;
};
"~/scripts/post-build.sh" = {
text = ''
'';
executable = true;
};
};
};
gtk = {