From b521aebef65e558df911d232b85de81db38369d0 Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad Date: Thu, 17 Apr 2025 12:49:59 +0000 Subject: [PATCH] :bug: [pi4] Fix wrong paths. Added Zoxide --- hosts/pi4/home-manager/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 ];