aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2024-09-13 11:49:44 +0300
committerspl3g <spleefer6@yandex.ru>2025-05-01 14:58:56 +0300
commitba61a533183d8e2b83bcd83e1282cdd8dbbd98ec (patch)
treeb37e290edabf58e5c9b1f1f04248ba98a52d2d40
parenta421cae494e8171fbb4d161d5ab7617d60bd3eb0 (diff)
feat(laptop): enable opengl graphics
-rw-r--r--nixos/laptop/hardware-configuration.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/laptop/hardware-configuration.nix b/nixos/laptop/hardware-configuration.nix
index 7348124..6c193f2 100644
--- a/nixos/laptop/hardware-configuration.nix
+++ b/nixos/laptop/hardware-configuration.nix
@@ -42,6 +42,10 @@
enable = true;
support32Bit.enable = true;
};
+ hardware.graphics = {
+ enable = true;
+ enable32Bit = true;
+ };
services.xserver.videoDrivers = [ "amdgpu" ];
hardware.bluetooth.enable = true;