nix/option/Waybar.nix

5 lines
85 B
Nix

{ lib, ... }:
{
options.module.waybar.enable = lib.mkEnableOption "the Waybar.";
}