summaryrefslogtreecommitdiff
path: root/hosts/common/hardware
diff options
context:
space:
mode:
authorseth <[email protected]>2023-02-24 17:07:28 -0500
committerseth <[email protected]>2023-02-24 17:07:28 -0500
commitf41124b52c53a3eabe924f38ec48705acf64c585 (patch)
tree164daf6ed3eb7661530edb622dac8885416da700 /hosts/common/hardware
parentaca27692dcbe455d428b5b77b3e8c6f3c9006358 (diff)
improve desktop stuff
Diffstat (limited to 'hosts/common/hardware')
-rw-r--r--hosts/common/hardware/default.nix4
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;
}