nix/option/Waybar.nix

7 lines
86 B
Nix

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