Files
nix-config/modules/home/programs/btop/options.nix
2025-12-01 16:21:12 -06:00

8 lines
112 B
Nix

{ lib, ... }:
with lib;
{
options.mjallen.programs.btop = {
enable = mkEnableOption "enable btop";
};
}