7 lines
87 B
Nix
7 lines
87 B
Nix
|
{
|
||
|
lib,
|
||
|
...
|
||
|
}: {
|
||
|
options.module.gnome.enable = lib.mkEnableOption "the Gnome DE.";
|
||
|
}
|