nixos-config/modules/home/programs/terminal/fastfetch/default.nix

8 lines
142 B
Nix
Raw Normal View History

{ ... }:
2024-10-09 03:36:08 -04:00
{
imports = [ ./small ];
programs.fastfetch.enable = true;
xdg.configFile."fastfetch/config.jsonc".source = ./config.jsonc;
2024-08-24 22:16:51 -04:00
}