dotfiles/home-manager/modules/fastfetch.nix
2024-11-06 21:58:30 -06:00

7 lines
77 B
Nix

{
programs.fastfetch = {
enable = true;
settings = {
};
};
}