NixOS-Config/modules/home/programs/terminal/fastfetch/default.nix

7 lines
144 B
Nix

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