nix/home-manager/fastfetch/default.nix

8 lines
108 B
Nix
Raw Normal View History

2025-01-09 17:46:41 +00:00
{
xdg.configFile = {
"fastfetch/config.jsonc" = {
source = ./config/config.jsonc;
};
};
}