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

8 lines
145 B
Nix
Raw Normal View History

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