From 61ec61e22ec98894799850156eeef0c34c642907 Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Sun, 30 Nov 2025 12:29:31 +0100 Subject: [PATCH] fix: Disable GNOME extension version validation --- profiles/home/gnome.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/home/gnome.nix b/profiles/home/gnome.nix index d8036ad..dee9147 100644 --- a/profiles/home/gnome.nix +++ b/profiles/home/gnome.nix @@ -19,6 +19,12 @@ in # firefox # TODO: Move to dediated module ]; + dconf.settings = { + "org/gnome/shell" = { + disable-extension-version-validation = true; + }; + }; + modules = { profiles.base.enable = true;