feat: add patched aquamarine option

This commit is contained in:
Youwen Wu 2025-01-22 22:31:51 -08:00
parent 3b136ffd1c
commit a8e1b6ecbc
Signed by untrusted user: youwen
GPG key ID: 865658ED1FE61EC3
5 changed files with 51 additions and 2 deletions

View file

@ -19,7 +19,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
virtualisation.waydroid.enable = true;
boot.kernelPackages = pkgs.linuxPackages_5_15;
boot.kernelPackages = pkgs.linuxPackages_zen;
#systemdefaults
networking.hostName = "kuroko"; # Define your hostname.
services.ratbagd.enable = true;
@ -34,6 +34,8 @@
hardware.graphics.enable32Bit = true;
hardware.nvidia = {
# custom option defined in graphics/default.nix
usePatchedAquamarine = true;
# Modesetting is required.
modesetting.enable = lib.mkForce true;