Nix: add hwdata overlay (#1010)
This commit is contained in:
parent
a7ed3a5e47
commit
1a14841a75
3 changed files with 31 additions and 7 deletions
|
|
@ -6,6 +6,7 @@
|
|||
xwayland,
|
||||
fetchpatch,
|
||||
lib,
|
||||
hwdata,
|
||||
hidpiXWayland ? true,
|
||||
enableXWayland ? true,
|
||||
nvidiaPatches ? false,
|
||||
|
|
@ -51,6 +52,7 @@ assert (lib.assertMsg (hidpiXWayland -> enableXWayland) ''
|
|||
''
|
||||
else ""
|
||||
);
|
||||
buildInputs = old.buildInputs ++ [hwdata];
|
||||
}))
|
||||
.override {
|
||||
xwayland = xwayland.overrideAttrs (old: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue