diff options
| author | spl3g <spleefer6@yandex.ru> | 2024-09-13 11:49:44 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 14:58:56 +0300 |
| commit | ba61a533183d8e2b83bcd83e1282cdd8dbbd98ec (patch) | |
| tree | b37e290edabf58e5c9b1f1f04248ba98a52d2d40 /nixos | |
| parent | a421cae494e8171fbb4d161d5ab7617d60bd3eb0 (diff) | |
feat(laptop): enable opengl graphics
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/laptop/hardware-configuration.nix | 4 |
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; |
