Files
nixos-config/modules/features/fastfetch.nix
2026-04-04 16:46:30 -04:00

8 lines
106 B
Nix

{
flake.modules.homeManager.fastfetch = {
programs.fastfetch = {
enable = true;
};
};
}