diff --git a/homes/media/default.nix b/homes/media/default.nix index 19c222f..dc3e679 100644 --- a/homes/media/default.nix +++ b/homes/media/default.nix @@ -40,4 +40,10 @@ enable = true; startServices = "sd-switch"; # auto reload services when home is rebuilt }; + + #custom script executables + home.file.".local/bin" = { + source = ./dotfiles/dot_local/bin; + recursive = true; + }; }