Files
nixos/home/minimal.nix
T
2026-01-09 20:50:27 +03:00

14 lines
157 B
Nix

{
config,
pkgs,
...
}:
{
programs = {
btop.enable = true;
broot.enable = true;
bottom.enable = true;
fastfetch.enable = true;
};
}