diff options
author | Florian Klink <flokli@flokli.de> | 2024-08-24T14·39+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-08-25T09·19+0000 |
commit | 6dff303c5ffc37cf0196a13b7e9a6234a8b3ab3d (patch) | |
tree | f6c2b55ed38918a974db58bcbdf47d726e893c6b /users/tazjin/nixos/frog | |
parent | a742fafdbf40e82b94517f52795cf07c63797c46 (diff) |
chore(users/tazjin): hardware.opengl -> hardware.graphics r/8579
Change-Id: I649a6de6eef0b9b8c9cb658fdb6e4e46f5c8be1c Reviewed-on: https://cl.tvl.fyi/c/depot/+/12335 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/nixos/frog')
-rw-r--r-- | users/tazjin/nixos/frog/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/tazjin/nixos/frog/default.nix b/users/tazjin/nixos/frog/default.nix index 349c5eb6d81a..ce82d749f408 100644 --- a/users/tazjin/nixos/frog/default.nix +++ b/users/tazjin/nixos/frog/default.nix @@ -41,9 +41,9 @@ lib.fix (self: { hardware = { cpu.amd.updateMicrocode = true; enableRedistributableFirmware = true; - opengl = { + graphics = { enable = true; - driSupport32Bit = true; + enable32Bit = true; }; pulseaudio = { |