1
Fork 0
nixos-system-config/home/packages/fastfetch.nix

28 lines
417 B
Nix

{ ... }:
{
programs.fastfetch = {
enable = true;
settings = {
modules = [
"title"
"separator"
"os"
"kernel"
"initsystem"
"uptime"
"datetime"
"packages"
"terminal"
"wm"
"shell"
"cpu"
"gpu"
"memory"
"break"
"colors"
];
};
};
}