diff options
author | Frankie B <git@diskfloppy.me> | 2023-04-25 22:34:20 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-04-25 22:34:20 +0100 |
commit | e4513b6c532f1c9080ebe75effaafd62e6f745e9 (patch) | |
tree | 1e581361899eb930c9eff6c375a87532bf0ce569 | |
parent | bb4dd48f94ce7c66b0a69d10664123383fb4c149 (diff) |
Enable 32bit driver support
-rw-r--r-- | hosts/nixbox/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/nixbox/configuration.nix b/hosts/nixbox/configuration.nix index b34f758..00a2fb3 100644 --- a/hosts/nixbox/configuration.nix +++ b/hosts/nixbox/configuration.nix @@ -81,6 +81,7 @@ }; services.xserver.videoDrivers = ["nvidia" "intel"]; + hardware.opengl.driSupport32Bit = true; # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true; |