aboutsummaryrefslogtreecommitdiff
path: root/hardware
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-12-24 12:25:03 +0530
committerAkshay Nair <phenax5@gmail.com>2023-12-24 15:39:10 +0530
commit6dcf30e323ae94e1c5fd8c34190f81c2bc5cf4c0 (patch)
tree6142a086365c5576e72515307efbf79232b95fa1 /hardware
parent681ee5e5329f63d1902518994900a70df1c48084 (diff)
downloadnixos-config-6dcf30e323ae94e1c5fd8c34190f81c2bc5cf4c0.tar.gz
nixos-config-6dcf30e323ae94e1c5fd8c34190f81c2bc5cf4c0.zip
config sync
Diffstat (limited to '')
-rw-r--r--hardware-configuration.nix4
1 files changed, 4 insertions, 0 deletions
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 = {