This commit is contained in:
Sean Kovacs 2026-02-08 18:15:27 -05:00
commit 91a1210e1f
Signed by: sckova
GPG key ID: 00F325187C68651A
4 changed files with 33 additions and 22 deletions

View file

@ -1,6 +1,7 @@
{
config,
pkgs,
lib,
...
}:
{
@ -32,6 +33,8 @@
boot.kernelPackages = pkgs.cachyosKernels.linuxPackages-cachyos-lts;
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
boot.loader.limine.maxGenerations = lib.mkForce 100;
programs = {
gamescope = {
enable = true;