fix: Disable GNOME extension version validation

This commit is contained in:
Jan-Bulthuis 2025-11-30 12:29:31 +01:00
parent 10a3de42ac
commit 61ec61e22e

View File

@ -19,6 +19,12 @@ in
# firefox # TODO: Move to dediated module # firefox # TODO: Move to dediated module
]; ];
dconf.settings = {
"org/gnome/shell" = {
disable-extension-version-validation = true;
};
};
modules = { modules = {
profiles.base.enable = true; profiles.base.enable = true;