Files
nix-config/modules/home/desktop/extra/btop/options.nix
2025-07-18 14:50:13 -05:00

7 lines
116 B
Nix

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