Files
nixos/pkgs/fastfetch/biscuit.nix
T
2025-05-20 07:41:30 -05:00

9 lines
158 B
Nix

{...}: {
programs.fastfetch = {
enable = true;
};
home.file.".config/fastfetch/config.jsonc" = {
source = builtins.toPath ./small.jsonc;
};
}