diff options
| author | seth <[email protected]> | 2023-02-24 17:07:28 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-24 17:07:28 -0500 |
| commit | f41124b52c53a3eabe924f38ec48705acf64c585 (patch) | |
| tree | 164daf6ed3eb7661530edb622dac8885416da700 /hosts/common/hardware | |
| parent | aca27692dcbe455d428b5b77b3e8c6f3c9006358 (diff) | |
improve desktop stuff
Diffstat (limited to 'hosts/common/hardware')
| -rw-r--r-- | hosts/common/hardware/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hosts/common/hardware/default.nix b/hosts/common/hardware/default.nix index a01e1a9..be395d2 100644 --- a/hosts/common/hardware/default.nix +++ b/hosts/common/hardware/default.nix @@ -1,5 +1,3 @@ _: { - imports = [ - ./nvidia.nix - ]; + hardware.enableAllFirmware = true; } |
