7 lines
121 B
Nix
7 lines
121 B
Nix
{ lib, ... }:
|
|
with lib;
|
|
{
|
|
options.mjallen.desktop.gnome = {
|
|
enable = mkEnableOption "enable gnome settings";
|
|
};
|
|
} |