nixos-config/modules/home/programs/terminal/fastfetch/default.nix
2024-11-24 20:02:09 -05:00

6 lines
144 B
Nix

{ ... }:
{
imports = [ ./small ];
programs.fastfetch.enable = true;
home.file.".config/fastfetch/config.jsonc".source = ./config.jsonc;
}