Update gnome.nix

This commit is contained in:
ediblerope 2025-12-08 10:13:36 +00:00 committed by GitHub
parent 437c269f4b
commit 60eab6b723
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,7 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Gaming" || config.netwo
gnomeExtensions.just-perfection gnomeExtensions.just-perfection
gnomeExtensions.appindicator gnomeExtensions.appindicator
gnomeExtensions.hot-edge gnomeExtensions.hot-edge
gnomeExtensions.rounded-window-corners-reborn
]; ];
}; };
} }