upgrade uhk

This commit is contained in:
Ingolf Wagner 2023-06-07 16:59:11 +02:00
commit 20c689c882
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 35 additions and 32 deletions
nixos/components/gui

View file

@ -10,7 +10,7 @@
# only needed if you have an UHK
hardware.keyboard.uhk.enable = true;
environment.systemPackages = [ pkgs.uhk-agent ];
environment.systemPackages = [ pkgs.unstable.uhk-agent ];
users.users.mainUser.extraGroups = [ "input" ];
services.xserver = {