Files
nix-config/modules/home/programs/btop/options.nix
2025-07-20 18:35:14 -05:00

7 lines
111 B
Nix

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