alien: switch to stable kernel+nvidia, everywhere: add chromium

This commit is contained in:
Sean Kovacs 2026-02-06 13:59:51 -05:00
commit edbc6b2f23
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 3 additions and 2 deletions

View file

@ -47,6 +47,7 @@
input-leap
libreoffice-qt-fresh
# nur.repos.forkprince.helium-nightly
chromium
qbittorrent
nautilus
fractal

View file

@ -29,8 +29,8 @@
# boot.kernelPackages = pkgs.linuxPackages;
# let's use the CachyOS kernel instead!
boot.kernelPackages = pkgs.cachyosKernels.linuxPackages-cachyos-latest;
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.latest;
boot.kernelPackages = pkgs.cachyosKernels.linuxPackages-cachyos-lts;
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
programs = {
gamescope = {