7 lines
144 B
Nix
7 lines
144 B
Nix
{ ... }:
|
|
{
|
|
imports = [ ./small ];
|
|
home.file.".config/fastfetch/config.jsonc".source = ./config.jsonc;
|
|
programs.fastfetch.enable = true;
|
|
}
|