aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;