Files
nixos/home/type/minimal.nix
T
2025-08-04 21:39:24 +03:00

15 lines
187 B
Nix

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