From c0596e817eed98afb2fb7ff2b4679480f337e61a Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Wed, 10 Jul 2024 12:41:47 +0200 Subject: [PATCH] refactor: extract tree config --- horsch/home.nix | 2 +- private/home.nix | 2 +- horsch/tree.nix => tree.nix | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename horsch/tree.nix => tree.nix (100%) 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