chore: add new fastfetch configuration to callisto

This commit is contained in:
Youwen Wu 2024-10-29 23:30:20 -07:00
parent e0938e10aa
commit 0531b0acc6
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 2 additions and 1 deletions

View file

@ -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
];

View file

@ -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;
}