squeekboard

This commit is contained in:
UGA Innovation Factory
2025-12-05 20:53:49 +00:00
parent 5a5e2a486a
commit 7a9e762790
2 changed files with 15 additions and 4 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;