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

7 lines
128 B
Nix

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