sys-config/homeManagerModules/cliPrograms/fastfetch.nix
2024-07-03 23:20:22 +02:00

6 lines
93 B
Nix

{ ... }: {
programs.fastfetch = {
enable = true;
#todo add fastfetch config
};
}