diff --git a/home-manager.nix b/home-manager.nix index 24ec2b3..cd0242c 100644 --- a/home-manager.nix +++ b/home-manager.nix @@ -251,7 +251,10 @@ }; # My utility scripts - ".local/share/scripts".source = ./scripts; + ".local/share/scripts" = { + source = ./scripts; + recursive = true; + }; }; ## Theming