diff --git a/hosts/callisto/default.nix b/hosts/callisto/default.nix index b9efb2e..e3b77ae 100644 --- a/hosts/callisto/default.nix +++ b/hosts/callisto/default.nix @@ -31,6 +31,7 @@ ../../users/youwen/common ../../users/youwen/linux/laptop ../../users/youwen/linux/packages/aarch-64 + ../../users/youwen/common/fastfetch ./home-manager-extras catppuccin.homeManagerModules.catppuccin ]; diff --git a/hosts/callisto/home-manager-extras/default.nix b/hosts/callisto/home-manager-extras/default.nix index c71847d..aee3a2d 100644 --- a/hosts/callisto/home-manager-extras/default.nix +++ b/hosts/callisto/home-manager-extras/default.nix @@ -1,4 +1,4 @@ { pkgs, ... }: { - home.file.".config/neofetch/config.conf".source = ./neofetch-asahi.conf; + # home.file.".config/neofetch/config.conf".source = ./neofetch-asahi.conf; }