9 lines
158 B
Nix
9 lines
158 B
Nix
{...}: {
|
|
programs.fastfetch = {
|
|
enable = true;
|
|
};
|
|
home.file.".config/fastfetch/config.jsonc" = {
|
|
source = builtins.toPath ./small.jsonc;
|
|
};
|
|
}
|