nix/option/Gnome.nix

5 lines
86 B
Nix

{ lib, ... }:
{
options.module.gnome.enable = lib.mkEnableOption "the Gnome DE.";
}