8 lines
108 B
Nix
8 lines
108 B
Nix
|
{
|
||
|
xdg.configFile = {
|
||
|
"fastfetch/config.jsonc" = {
|
||
|
source = ./config/config.jsonc;
|
||
|
};
|
||
|
};
|
||
|
}
|