nix/home-manager/fastfetch/default.nix
2025-01-26 21:27:14 -05:00

8 lines
108 B
Nix

{
xdg.configFile = {
"fastfetch/config.jsonc" = {
source = ./config/config.jsonc;
};
};
}