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

7 lines
140 B
Nix

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