sys-config/homeManagerModules/cliPrograms/fastfetch/fastfetch.nix
2024-09-19 21:54:13 +02:00

7 lines
131 B
Nix

{ ... }:
{
programs.fastfetch = {
enable = true;
settings = builtins.fromJSON (builtins.readFile ./config.jsonc);
};
}