Files
nixos/homeConfigurations/minimal.nix
T
2025-08-15 12:51:34 +03:00

14 lines
157 B
Nix
Executable File

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