Files
nix-config/modules/home/desktop/gnome/options.nix
mjallen18 70002a19e2 hmm
2026-04-07 18:39:42 -05:00

8 lines
138 B
Nix
Executable File

{ lib, namespace, ... }:
with lib;
{
options.${namespace}.desktop.gnome = {
enable = mkEnableOption "enable gnome settings";
};
}