nix/option/Gnome.nix

7 lines
87 B
Nix

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