diff --git a/horsch/home.nix b/horsch/home.nix index 5b2eb7e..92e3e23 100644 --- a/horsch/home.nix +++ b/horsch/home.nix @@ -34,7 +34,7 @@ ./rsync.nix ./shell_aliases.nix ./ssh.nix - ./tree.nix + ../tree.nix ./zsh.nix ]; } diff --git a/private/home.nix b/private/home.nix index 7769b43..893a32a 100644 --- a/private/home.nix +++ b/private/home.nix @@ -15,7 +15,6 @@ gcc thunderbird keepassxc - tree light element-desktop difftastic @@ -65,6 +64,7 @@ ../zoxide.nix ./firefox.nix ../git.nix + ../tree.nix ./gpg ./kitty.nix ./neovim diff --git a/horsch/tree.nix b/tree.nix similarity index 100% rename from horsch/tree.nix rename to tree.nix