split custom kernel into overlay

also bump to 5.11.20 and add features thing so nix knows it has 32-bit
emulation
also added winesync
This commit is contained in:
LavaDesu 2021-05-13 20:31:05 +07:00
parent 915e86ea3f
commit 1f62998065
Signed by: cilly
GPG key ID: 6500251E087653C9
5 changed files with 55 additions and 41 deletions

View file

@ -12,6 +12,7 @@
nix.registry.nixpkgs.flake = nixpkgs;
};
overlays = {
linux = import ./overlays/linux.nix;
picom = import ./overlays/picom.nix;
polybar = import ./overlays/polybar.nix;
};