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

@ -56,7 +56,7 @@
i18n = { i18n = {
# Select internationalisation properties. # Select internationalisation properties.
defaultLocale = "C.UTF-8"; defaultLocale = "C.UTF-8";
extraLocaleSettings = { extraLocaleSettings = {
@ -230,7 +230,7 @@
vscode.fhs # .fhs version will be more compatable even if slightly less nix flavoured vscode.fhs # .fhs version will be more compatable even if slightly less nix flavoured
openrazer-daemon # unstable.openrazer-daemon # Broken, enable again in a few days?
# === nix related === # === nix related ===
comma comma

View file

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