From 0531b0acc645d69071d2a3d80d2f07c18d4d9958 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 29 Oct 2024 23:30:20 -0700 Subject: [PATCH] chore: add new fastfetch configuration to callisto --- hosts/callisto/default.nix | 1 + hosts/callisto/home-manager-extras/default.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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; }