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