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;