From c76e247d7adf4ded80ac75128b21d2dd881eec01 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Tue, 31 Mar 2026 15:11:13 +0530 Subject: terminal workspace setup + actually using unstable channel + top bar -> bottom bar & other quickshell adjustments --- nixos/opt/nvidia.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'nixos/opt') diff --git a/nixos/opt/nvidia.nix b/nixos/opt/nvidia.nix index 63db5b2..5bfe45e 100644 --- a/nixos/opt/nvidia.nix +++ b/nixos/opt/nvidia.nix @@ -5,8 +5,12 @@ modesetting.enable = true; package = config.boot.kernelPackages.nvidiaPackages.stable; nvidiaSettings = true; - open = true; + open = false; }; + hardware.graphics.enable32Bit = true; + hardware.graphics.extraPackages = with pkgs; [ + nvidia-vaapi-driver + ]; boot.kernelParams = [ "acpi_backlight=video" ]; boot.initrd.kernelModules = [ "nvidia" "hp_wmi" ]; services.xserver.videoDrivers = [ "nvidia" ]; -- cgit v1.2.3