From f0dded8e339cbc68da237f3836462c50151d7386 Mon Sep 17 00:00:00 2001 From: imnyang Date: Tue, 7 Jul 2026 09:48:18 +0900 Subject: [PATCH] wow --- hosts/installer/home.nix | 2 ++ 1 file changed, 2 insertions(+) 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 ];