Files
nixos/home/minimal.nix
T
2025-08-04 22:16:21 +03:00

14 lines
157 B
Nix

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