Update modules/home/cli/neofetch/default.nix

This commit is contained in:
2026-06-01 17:14:18 +02:00
parent f2ca3e2f1a
commit 060cbf3b31

View File

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