From 7da0da336940502e4649d0ef30dd8435a2fbb4e7 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 19 Jul 2024 18:35:03 -0400 Subject: [PATCH] nixos76: conf --- nixos76/system/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos76/system/configuration.nix b/nixos76/system/configuration.nix index c0d0b5a..6b8c5eb 100644 --- a/nixos76/system/configuration.nix +++ b/nixos76/system/configuration.nix @@ -118,9 +118,9 @@ services.xserver.displayManager.defaultSession = "xfce"; hardware.opengl.enable = true; - hardware.opengl.driSupport = true; - hardware.opengl.driSupport32Bit = true; - hardware.opengl.setLdLibraryPath = true; + # hardware.opengl.driSupport = true; + # hardware.opengl.driSupport32Bit = true; + # hardware.opengl.setLdLibraryPath = true; hardware.opengl.extraPackages = [ pkgs.intel-media-driver ]; @@ -137,7 +137,7 @@ hardware.bluetooth.enable = true; # Enable sound. - sound.enable = true; + # sound.enable = true; hardware.pulseaudio = { enable = true; package = pkgs.pulseaudioFull;