kholinar: No displaylink anymore, thank god
This commit is contained in:
parent
44b07ee028
commit
3ac95c39bf
1 changed files with 1 additions and 17 deletions
|
@ -20,8 +20,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
chvp.base.nix.unfreePackages = [ "displaylink" ];
|
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "rpool/local/root";
|
device = "rpool/local/root";
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
|
@ -71,20 +69,6 @@
|
||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
fstrim.enable = true;
|
fstrim.enable = true;
|
||||||
xserver.videoDrivers = [ "displaylink" "modesetting" "fbdev" ];
|
xserver.videoDrivers = [ "modesetting" "fbdev" ];
|
||||||
};
|
};
|
||||||
nixpkgs.overlays = [
|
|
||||||
(final: prev: {
|
|
||||||
wlroots_0_18 = prev.wlroots_0_18.overrideAttrs (old: {
|
|
||||||
patches = (old.patches or [ ]) ++ [
|
|
||||||
(
|
|
||||||
final.fetchpatch {
|
|
||||||
url = "https://gitlab.freedesktop.org/kennylevinsen/wlroots/-/commit/7e5bf4aef5c61401aaf777bd45cf393c538dac3e.patch";
|
|
||||||
hash = "sha256-62C7xtqrPgZm+vpjKyp8OsEyE6yIyf4bgecmILi+Qy4=";
|
|
||||||
}
|
|
||||||
)
|
|
||||||
];
|
|
||||||
});
|
|
||||||
})
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue