mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 19:30:19 +01:00
gaming: Use xanmod kernel
This commit is contained in:
parent
163e455217
commit
b90349fbd3
2 changed files with 4 additions and 1 deletions
|
|
@ -6,6 +6,8 @@
|
|||
programs.steam.enable = true;
|
||||
hardware.steam-hardware.enable = true;
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||
|
||||
security.wrappers = {
|
||||
gamescope = {
|
||||
owner = "root";
|
||||
|
|
|
|||
|
|
@ -1,11 +1,12 @@
|
|||
{extraInfo}: {
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
imports = [extraInfo];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages;
|
||||
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages;
|
||||
|
||||
programs.nix-ld.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue