From 665ddc3c72e4ac0e7d43cd98f2127087a1a82b6a Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 16 Jul 2023 17:12:15 +0900 Subject: [PATCH] test --- hosts/nixos-laptop/configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/nixos-laptop/configuration.nix b/hosts/nixos-laptop/configuration.nix index 3ead262a..20fd2a90 100644 --- a/hosts/nixos-laptop/configuration.nix +++ b/hosts/nixos-laptop/configuration.nix @@ -40,11 +40,11 @@ services.xserver.videoDrivers = [ "nvidia" ]; - environment.variables = { - GBM_BACKEND = "nvidia-drm"; - LIBVA_DRIVER_NAME = "nvidia"; - __GLX_VENDOR_LIBRARY_NAME = "nvidia"; - }; + # environment.variables = { + # GBM_BACKEND = "nvidia-drm"; + # LIBVA_DRIVER_NAME = "nvidia"; + # __GLX_VENDOR_LIBRARY_NAME = "nvidia"; + # }; environment.systemPackages = with pkgs; [ # Fingerprint software