diff --git a/hosts/_common/home.nix b/hosts/_common/home.nix index e710fbe..3dacabe 100644 --- a/hosts/_common/home.nix +++ b/hosts/_common/home.nix @@ -22,5 +22,11 @@ source = ../../home/tmux.conf; recursive = true; }; + "bin" = { + source = ../../home/bin; + recursive = true; + + }; }; + }