Files
nix-config/modules/home/programs/nwg-drawer/options.nix
2025-12-01 16:21:12 -06:00

8 lines
124 B
Nix

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