diff --git a/home/modules/bash-config/default.nix b/home/modules/bash-config/default.nix index 546c139..96d2f8a 100644 --- a/home/modules/bash-config/default.nix +++ b/home/modules/bash-config/default.nix @@ -12,7 +12,7 @@ let # ''; # }; - bash-drv = (import ../../nvfetch/_sources/generated.nix { + bash-drv = (import ../../../nvfetch/_sources/generated.nix { inherit (pkgs) fetchurl fetchgit fetchFromGitHub dockerTools; }).bash-config.src; in diff --git a/home/nvfetch/_sources/generated.json b/nvfetch/_sources/generated.json similarity index 100% rename from home/nvfetch/_sources/generated.json rename to nvfetch/_sources/generated.json diff --git a/home/nvfetch/_sources/generated.nix b/nvfetch/_sources/generated.nix similarity index 100% rename from home/nvfetch/_sources/generated.nix rename to nvfetch/_sources/generated.nix diff --git a/home/nvfetch/nvfetcher.toml b/nvfetch/nvfetcher.toml similarity index 100% rename from home/nvfetch/nvfetcher.toml rename to nvfetch/nvfetcher.toml