diff options
author | Ben Sima <ben@bsima.me> | 2025-01-17 10:10:34 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-01-17 10:10:34 -0500 |
commit | cfd76dfeb745acaaf030d9d2e0c0dad2301fc09c (patch) | |
tree | 788fc2e5c35ad3df79ee5cc89185a7186bed38ac /Omni | |
parent | 1ff23133ff4ccdb097f7a38c28544180937a9b38 (diff) |
Enable driSupport on beryl
I read that this was desired for nvidia stuff, so I enabled it. Not sure if its
necessary but it doesn't hurt anything I guess.
Diffstat (limited to 'Omni')
-rw-r--r-- | Omni/Dev/Beryllium/Configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Omni/Dev/Beryllium/Configuration.nix b/Omni/Dev/Beryllium/Configuration.nix index 69c83a6..4b7d785 100644 --- a/Omni/Dev/Beryllium/Configuration.nix +++ b/Omni/Dev/Beryllium/Configuration.nix @@ -67,6 +67,7 @@ in { }; hardware.opengl.enable = true; + hardware.opengl.driSupport = true; hardware.opengl.driSupport32Bit = true; services.xserver.videoDrivers = ["nvidia"]; hardware.nvidia.nvidiaPersistenced = true; |