nix/fastfetch/default.nix

9 lines
131 B
Nix
Raw Normal View History

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