diff --git a/hosts/pi4/home-manager/default.nix b/hosts/pi4/home-manager/default.nix index 276b941..e92234c 100644 --- a/hosts/pi4/home-manager/default.nix +++ b/hosts/pi4/home-manager/default.nix @@ -9,10 +9,11 @@ { imports = [ inputs.catppuccin.homeModules.catppuccin - (lib.custom.relativeToRoot "shared/home-manager/btop.nix") (lib.custom.relativeToRoot "shared/home-manager/development/git.nix") - (lib.custom.relativeToRoot "shared/home-manager/fastfetch.nix") - (lib.custom.relativeToRoot "shared/home-manager/fish.nix") + (lib.custom.relativeToRoot "shared/home-manager/shell/btop.nix") + (lib.custom.relativeToRoot "shared/home-manager/shell/fastfetch.nix") + (lib.custom.relativeToRoot "shared/home-manager/shell/fish.nix") + (lib.custom.relativeToRoot "shared/home-manager/shell/zoxide.nix") (lib.custom.relativeToRoot "shared/home-manager/gpg.nix") ./helix.nix ];