feat: add patched aquamarine option
This commit is contained in:
parent
3b136ffd1c
commit
a8e1b6ecbc
5 changed files with 51 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue