This commit is contained in:
Henry Hiles 2025-08-12 17:22:44 -04:00
commit 63b065428b
No known key found for this signature in database
5 changed files with 12 additions and 12 deletions

View file

@ -14,7 +14,7 @@
system,
...
}: let
name = "auto-rotate";
name = "fullscreen-rotate";
uuid = "${name}@henryhiles.com";
extDir = "share/gnome-shell/extensions/${uuid}";
in {
@ -43,7 +43,7 @@
'';
meta = {
homepage = "https://git.federated.nexus/Henry-Hiles/auto-rotate";
homepage = "https://git.federated.nexus/Henry-Hiles/fullscreen-rotate";
description = "An extension to automatically rotate the screen when a window is fullscreened, useful for GNOME Shell Mobile.";
license = lib.licenses.gpl3Only;
maintainers = [lib.maintainers.quadradical];