8 lines
142 B
Nix
8 lines
142 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
imports = [ ./small ];
|
||
|
|
||
|
programs.fastfetch.enable = true;
|
||
|
xdg.configFile."fastfetch/config.jsonc".source = ./config.jsonc;
|
||
|
}
|