summaryrefslogtreecommitdiff
path: root/modules/gnome/default.nix
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2025-05-11 22:17:18 -0300
committerLeonardo Santiago <[email protected]>2025-05-11 22:17:18 -0300
commitc414a924c4b08958d7a9796e5f2882bb9a9708d5 (patch)
treeb9004f296368714d218832f378417b3f76dbe40d /modules/gnome/default.nix
parentdab1895180c9554abc2ca60d00e106bee393f640 (diff)
feat(gnome): rewrite gnome extensions code
Diffstat (limited to 'modules/gnome/default.nix')
-rw-r--r--modules/gnome/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/gnome/default.nix b/modules/gnome/default.nix
index 4422eef..af090a9 100644
--- a/modules/gnome/default.nix
+++ b/modules/gnome/default.nix
@@ -13,7 +13,8 @@
description = "Extension package";
};
email = mkOption {
- type = str;
+ type = nullOr str;
+ default = null;
description = "Extensions' maintainer email";
};
dconf-settings = mkOption {