archachatina: fix build

This commit is contained in:
Gabriel Ebner 2020-09-09 19:15:55 +02:00
parent a2a81e167f
commit 9376a369b5
1 changed files with 6 additions and 1 deletions

View File

@ -76,7 +76,7 @@
hardware.opengl.extraPackages = with pkgs; [
rocm-opencl-icd
rocm-runtime-ext
# rocm-runtime-ext
];
services.nix-serve = {
@ -118,6 +118,11 @@
services.xserver.digimend.enable = true;
services.udev.extraRules = ''
SUBSYSTEM=="input", ENV{ID_BUS}=="usb" ENV{ID_VENDOR_ID}=="256c", \
ATTRS{name}=="* Touch *", ENV{ID_INPUT.tags}="low_res_touch"
'';
# virtualisation.anbox = {
# enable = true;
# };