Disable open razer for linux 6.14 incompat

This commit is contained in:
BuyMyMojo 2025-03-30 00:16:14 +11:00
parent dc7b557fcc
commit 04f1310c0a
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
Notes: BuyMyAria 2025-03-29 13:23:33 +00:00
this PR will fix this issue:
https://github.com/NixOS/nixpkgs/pull/384992
2 changed files with 4 additions and 6 deletions

View file

@ -205,11 +205,9 @@
enable = true;
support32Bit.enable = true;
};
# === amdvlk driver ===
# === amdvlk driver ===
};
openrazer.enable = true;
# openrazer.enable = true;
};
}