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

26 lines
359 B
Nix
Raw Normal View History

2024-05-30 19:48:29 +02:00
{ ... }:
{
programs.fastfetch = {
enable = true;
settings = {
modules = [
"title"
"separator"
"os"
"kernel"
"uptime"
"packages"
"cursor"
"terminal"
"cpu"
"gpu"
"memory"
"break"
"colors"
];
};
};
}