diff --git a/home-manager/home.nix b/home-manager/home.nix index 8a3c5e8..197b23a 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -46,7 +46,7 @@ in home = { activation = { postBuild = lib.hm.dag.entryAfter ["writeBoundary"] '' - bash $HOME/scripts/wallpaper-updater + bash $HOME/scripts/wallpaper-updater.sh ''; }; username = "deadvey";