diff --git a/hosts/installer/home.nix b/hosts/installer/home.nix index 1b65ad3..92aa5b5 100644 --- a/hosts/installer/home.nix +++ b/hosts/installer/home.nix @@ -10,6 +10,8 @@ imports = [ "${inputs.self}/modules/home/devtool/ghostty.nix" "${inputs.self}/modules/home/devtool/zed.nix" + "${inputs.self}/modules/home/fastfetch.nix" + "${inputs.self}/modules/home/devtool/neovim.nix" ./plasma.nix ./shell.nix ];