dotfiles/home/modules/fastfetch.nix
2024-11-20 18:57:43 -06:00

7 lines
77 B
Nix
Executable file

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