Files
nixos/pkgs/fastfetch/default.nix
T
2025-05-21 11:11:26 -05:00

9 lines
158 B
Nix

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