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

8 lines
145 B
Nix

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