about summary refs log tree commit diff
path: root/pkgs/desktops/gnome/extensions/extensionRenames.nix
diff options
context:
space:
mode:
authorpiegames <git@piegames.de>2023-10-11 17:12:24 +0200
committerJan Tojnar <jtojnar@gmail.com>2023-11-21 08:42:35 +0100
commitfc495aea1faba0c33055011ec6df963571717684 (patch)
tree8fce86ef76820218029f561ec21da1f4e7bbd707 /pkgs/desktops/gnome/extensions/extensionRenames.nix
parent573f967c39075f60b0ad78708b8f00f48d9bd62b (diff)
gnomeExtensions: Update for GNOME 45
Diffstat (limited to 'pkgs/desktops/gnome/extensions/extensionRenames.nix')
-rw-r--r--pkgs/desktops/gnome/extensions/extensionRenames.nix13
1 files changed, 7 insertions, 6 deletions
diff --git a/pkgs/desktops/gnome/extensions/extensionRenames.nix b/pkgs/desktops/gnome/extensions/extensionRenames.nix
index 32cb0feaed021..4e0175a3a64a6 100644
--- a/pkgs/desktops/gnome/extensions/extensionRenames.nix
+++ b/pkgs/desktops/gnome/extensions/extensionRenames.nix
@@ -6,12 +6,17 @@
 # - Make a separate section for each GNOME version. Collisions will come back eventually
 #   as the extensions are updated.
 {
-
-  # ####### GNOME 44 #######
+  # ####### GNOME 45 #######
 
   "apps-menu@gnome-shell-extensions.gcampax.github.com" = "applications-menu";
   "Applications_Menu@rmy.pobox.com" = "frippery-applications-menu";
 
+  # ############################################################################
+  # These are conflicts for older extensions (i.e. they don't support the latest GNOME version).
+  # Make sure to move them up once they are updated
+
+  # ####### GNOME 44 #######
+
   "workspace-indicator@gnome-shell-extensions.gcampax.github.com" = "workspace-indicator";
   "horizontal-workspace-indicator@tty2.io" = "workspace-indicator-2";
 
@@ -30,10 +35,6 @@
   "batime@martin.zurowietz.de" = "battery-time";
   "batterytime@typeof.pw" = "battery-time-2";
 
-  # ############################################################################
-  # These are conflicts for older extensions (i.e. they don't support the latest GNOME version).
-  # Make sure to move them up once they are updated
-
   # ####### GNOME 43 #######
 
   "lockkeys@vaina.lt" = "lock-keys";