Files
nixos/home/minimal.nix
T
2025-10-10 20:08:23 +03:00

14 lines
157 B
Nix

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