diff --git a/home-manager/home.nix b/home-manager/home.nix index 1374455..38d6904 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -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 = {