diff --git a/modules/home/cli/neofetch/default.nix b/modules/home/cli/neofetch/default.nix index 59baee3..9906cd6 100755 --- a/modules/home/cli/neofetch/default.nix +++ b/modules/home/cli/neofetch/default.nix @@ -1,4 +1,5 @@ { pkgs, config, ... }: { home.packages = with pkgs; [ fastfetch ]; xdg.configFile."neofetch/config.conf".source = ./config.conf; + xdg.configFile."fastfetch/config.jsonc".source = ./config.jsonc; }