5 lines
85 B
Nix
5 lines
85 B
Nix
{ lib, ... }:
|
|
{
|
|
options.module.waybar.enable = lib.mkEnableOption "the Waybar.";
|
|
}
|