NVIDIA: Difference between revisions
imported>Brogolem35 Fix typo and the semicolons |
imported>Jmq m Added imports line to explicitly show 'lib' is required. |
||
Line 2: | Line 2: | ||
If you're using NixOS, installing and using the official NVIDIA drivers is as simple as, | If you're using NixOS, installing and using the official NVIDIA drivers is as simple as, | ||
{{file|/etc/nixos/configuration.nix|nix|<nowiki> | {{file|/etc/nixos/configuration.nix|nix|<nowiki> | ||
{ config, lib, pkgs, ... } | |||
{ | { | ||