Files
nix-config/modules/home/desktop/extra/nwg-drawer/options.nix

7 lines
144 B
Nix

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