Gaming: patch sdl to ignore keychron things
This commit is contained in:
parent
8b86b1ccc0
commit
eb5ebb056c
2 changed files with 24 additions and 1 deletions
|
|
@ -1,6 +1,16 @@
|
|||
{...}: {
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./programs
|
||||
./services
|
||||
];
|
||||
system.replaceDependencies.replacements = [
|
||||
{
|
||||
oldDependency = pkgs.sdl3;
|
||||
newDependency = pkgs.sdl3.overrideAttrs {
|
||||
patches = [
|
||||
./sdl-keychron-blacklist.patch
|
||||
];
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue