diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-11-16 17:57:54 -0500 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-11-16 17:57:54 -0500 |
| commit | 894e9df970050186078a08f6e2a6c405a18a9875 (patch) | |
| tree | 524a1997903b81f6d4a179ebb5307bdbc0dff0b0 /form | |
| parent | 64991dd740175388662c45674bc65a4aa6a1d538 (diff) | |
| download | home-894e9df970050186078a08f6e2a6c405a18a9875.tar.gz | |
{form,fw}: gpu changes
Diffstat (limited to 'form')
| -rw-r--r-- | form/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/form/configuration.nix b/form/configuration.nix index 8f1be1b..f6347c7 100644 --- a/form/configuration.nix +++ b/form/configuration.nix @@ -22,6 +22,7 @@ system.stateVersion = "24.11"; hardware.graphics.enable = true; + hardware.graphics.enable32bit = true; boot.initrd.kernelModules = [ "nvidia" "nvidia_uvm" |