Skip to content

Commit

Permalink
fix(gnome): Disable GNOME shell version check for GNOME extensions
Browse files Browse the repository at this point in the history
99% of extensions work with basically any version of GNOME, but by default requires the author to explicitly list supported GNOME versions
  • Loading branch information
mrjones2014 committed Jan 3, 2025
1 parent 1e22b0e commit ce1a2b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home-manager/modules/gnome/dconf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ in {
};
"org/gnome/shell" = {
disable-user-extensions = false;
disable-extension-version-validation = true;
favorite-apps = [
"org.gnome.Settings.desktop"
"org.gnome.Nautilus.desktop"
Expand Down

0 comments on commit ce1a2b2

Please sign in to comment.