nixos-config/home-manager/modules/btop.nix
2025-02-09 11:16:45 -05:00

6 lines
57 B
Nix

{ ... }:
{
programs.btop = {
enable = true;
};
}