feat: update anyrun & use gtk4 css, revert nvidia to prod driver (#220)

fix: nvidia: revert to prod driver to fix GTK4 apps hang on close
This commit is contained in:
Ryan Yin
2025-09-11 10:41:09 +08:00
committed by GitHub
parent 07d6a5e102
commit e902a9bdb1
7 changed files with 153 additions and 119 deletions

View File

@@ -17,7 +17,7 @@
open = true;
# Optionally, you may need to select the appropriate driver version for your specific GPU.
# https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/os-specific/linux/nvidia-x11/default.nix
package = config.boot.kernelPackages.nvidiaPackages.beta;
package = config.boot.kernelPackages.nvidiaPackages.production;
# required by most wayland compositors!
modesetting.enable = true;