Commented out gjs-osk extension in shell.nix

This commit is contained in:
panotaka
2024-01-04 15:52:32 -04:00
parent d85f2e263c
commit 88be8aafff

View File

@@ -5,7 +5,7 @@
# Extensions # Extensions
home.packages = with pkgs.gnomeExtensions; [ home.packages = with pkgs.gnomeExtensions; [
forge forge
gjs-osk #gjs-osk
screen-rotate screen-rotate
]; ];
} }