forked from foxora/nix
switched to latest mainline kernel
This commit is contained in:
parent
e29232d96c
commit
e17387e800
3 changed files with 114 additions and 1 deletions
|
|
@ -21,7 +21,9 @@
|
|||
|
||||
# kernelPackages = upkgs.cachyosKernels.linuxPackages-cachyos-latest-lto-x86_64-v4;
|
||||
# TODO: idk make this a toggle or smth idfk
|
||||
kernelPackages = upkgs.linuxPackages_zen;
|
||||
# kernelPackages = upkgs.linuxPackages_zen;
|
||||
# FIX: it said my disk was full
|
||||
kernelPackages = upkgs.linuxPackages_latest;
|
||||
kernelModules = ["v4l2loopback"];
|
||||
extraModulePackages = with kernelPackages; [v4l2loopback];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue