Disable open razer for linux 6.14 incompat
This commit is contained in:
parent
dc7b557fcc
commit
04f1310c0a
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
|
@ -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
|
||||||
|
|
|
@ -205,11 +205,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
support32Bit.enable = true;
|
support32Bit.enable = true;
|
||||||
};
|
};
|
||||||
# === amdvlk driver ===
|
# === amdvlk driver ===
|
||||||
|
|
||||||
};
|
# openrazer.enable = true;
|
||||||
|
|
||||||
openrazer.enable = true;
|
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue