Files
nixconfig/modules/home/cli/neofetch/default.nix

6 lines
202 B
Nix
Executable File

{ pkgs, config, ... }: {
home.packages = with pkgs; [ fastfetch ];
xdg.configFile."neofetch/config.conf".source = ./config.conf;
xdg.configFile."fastfetch/config.jsonc".source = ./config.jsonc;
}