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:
parent
915e86ea3f
commit
1f62998065
5 changed files with 55 additions and 41 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue