Files
nix-config/modules/home/desktop/extra/btop/options.nix

7 lines
132 B
Nix

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