7 lines
131 B
Nix
7 lines
131 B
Nix
{ ... }:
|
|
{
|
|
programs.fastfetch = {
|
|
enable = true;
|
|
settings = builtins.fromJSON (builtins.readFile ./config.jsonc);
|
|
};
|
|
}
|