ROCKPro64-Server/modules/home/programs/fastfetch/default.nix
2025-02-28 12:09:44 -05:00

7 lines
142 B
Nix

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