dotfiles/home/modules/fastfetch.nix

8 lines
77 B
Nix
Raw Normal View History

2024-11-06 21:58:30 -06:00
{
programs.fastfetch = {
enable = true;
settings = {
};
};
}