Files
nixos/homeConfigurations/minimal.nix
T
2025-08-07 01:39:26 +03:00

14 lines
157 B
Nix

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