From 6dcf30e323ae94e1c5fd8c34190f81c2bc5cf4c0 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 24 Dec 2023 12:25:03 +0530 Subject: config sync --- hardware-configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hardware-configuration.nix') diff --git a/hardware-configuration.nix b/hardware-configuration.nix index f4eb75f..b4e9a58 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -52,6 +52,10 @@ cpu.intel.updateMicrocode = true; firmware = with pkgs; [ wireless-regdb rtw88-firmware ]; # rtlwifi_new-firmware }; + # hardware.opengl = { + # enable = true; + # driSupport = true; + # }; # Bootloader boot.loader = { -- cgit v1.3.1