From fcc1f615d116c13de4ab079e1845d8d14e6e81f0 Mon Sep 17 00:00:00 2001 From: KaitoTLex Date: Wed, 27 Nov 2024 20:18:45 -0800 Subject: [PATCH] yes --- hosts/kuroko/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/kuroko/configuration.nix b/hosts/kuroko/configuration.nix index edd626a..8d13301 100644 --- a/hosts/kuroko/configuration.nix +++ b/hosts/kuroko/configuration.nix @@ -18,7 +18,8 @@ boot.kernelPackages = pkgs.linuxPackages_xanmod; networking.hostName = "kuroko"; # Define your hostname. services.ratbagd.enable = true; - + hardware.graphics.enable32Bit = true; + hardware.pulseaudio.support32Bit = true; #Nvidia Hardware begins hardware.nvidia = {