Files
nix-config/modules/home/programs/nwg-drawer/options.nix
2025-07-20 18:35:14 -05:00

7 lines
123 B
Nix

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