feat: Use squeekboard for system OSK instead of Chrome plugin

This commit is contained in:
UGA Innovation Factory
2025-12-05 20:53:49 +00:00
committed by Hunter Halloran
parent f5e92f4b44
commit c30f3fc139
2 changed files with 25 additions and 30 deletions

View File

@@ -9,7 +9,7 @@ in
engr-ugaif = {
isNormalUser = true;
description = "UGA Innovation Factory";
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "networkmanager" "wheel" "video" "input" ];
packages = with pkgs; [
kdePackages.kate
] ++ pythonPkgs;