Files
nixos-config/modules/features/fastfetch.nix

8 lines
106 B
Nix
Raw Normal View History

2026-04-04 16:46:30 -04:00
{
flake.modules.homeManager.fastfetch = {
programs.fastfetch = {
enable = true;
};
};
}