diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-10-10 21:34:45 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-10-10 21:34:45 -0600 |
| commit | 2578ecc60020ee2b66467cd44653b0f07259d2f4 (patch) | |
| tree | d1f214c7b9c6709c77aa19989c664c5e5a51c955 /machines/khad | |
| parent | 2b99ae266413686fc383b98d6e877580ba442739 (diff) | |
fixed typo
Diffstat (limited to 'machines/khad')
| -rw-r--r-- | machines/khad/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/khad/configuration.nix b/machines/khad/configuration.nix index ffed45a..f9cb83a 100644 --- a/machines/khad/configuration.nix +++ b/machines/khad/configuration.nix @@ -33,7 +33,7 @@ }; services.xserver.videoDrivers = [ "nvidia" ]; - hardware.opengl. { + hardware.opengl = { enable = true; # if hardware.opengl.driSupport is enable, mesa is installed and provides Vulkan of supported hardware. driSupport = true; |
