proper patch form
This commit is contained in:
parent
197cfdb84c
commit
997400e171
3 changed files with 38 additions and 12 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
zramSwap = {
|
||||
|
|
@ -9,8 +8,17 @@
|
|||
algorithm = "zstd";
|
||||
};
|
||||
nixpkgs.overlays = [
|
||||
(import ../extras/libinput-overlay.nix)
|
||||
(final: prev: {
|
||||
libinput = prev.libinput.overrideAttrs (old: {
|
||||
patches =
|
||||
(old.patches or [])
|
||||
++ [
|
||||
../extras/libinput-delay.patch
|
||||
];
|
||||
});
|
||||
})
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# fw-ectool
|
||||
framework-tool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue