Added gnome extensions

This commit is contained in:
2024-09-24 09:47:34 -03:00
parent 528bfc3f74
commit 1e438d5914

View File

@@ -8,6 +8,8 @@
"gjsosk@vishram1123.com" "gjsosk@vishram1123.com"
"gsconnect@andyholmes.github.io" "gsconnect@andyholmes.github.io"
"screen-rotate@shyzus.github.io" "screen-rotate@shyzus.github.io"
"tilingshell@ferrarodomenico.com"
"dash-to-dock@micxgx.gmail.com"
]; ];
}; };
}; };
@@ -16,6 +18,8 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
gnomeExtensions.gsconnect gnomeExtensions.gsconnect
gnomeExtensions.screen-rotate gnomeExtensions.screen-rotate
gnomeExtensions.tiling-shell
gnomeExtensions.dash-to-dock
#gnomeExtensions.gjs-osk -- Disabled due to issue with read only file system #gnomeExtensions.gjs-osk -- Disabled due to issue with read only file system
]; ];
} }