archachatina: fix build
This commit is contained in:
parent
a2a81e167f
commit
9376a369b5
@ -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;
|
||||
# };
|
||||
|
Loading…
Reference in New Issue
Block a user