summaryrefslogtreecommitdiff
path: root/hosts/common/hardware/nvidia.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/hardware/nvidia.nix')
-rw-r--r--hosts/common/hardware/nvidia.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/hosts/common/hardware/nvidia.nix b/hosts/common/hardware/nvidia.nix
index 5306c56..6a4b177 100644
--- a/hosts/common/hardware/nvidia.nix
+++ b/hosts/common/hardware/nvidia.nix
@@ -1,6 +1,7 @@
-{ config
-, pkgs
-, ...
+{
+ config,
+ pkgs,
+ ...
}: {
hardware = {
nvidia = {
@@ -19,5 +20,5 @@
};
};
- services.xserver.videoDrivers = [ "nvidia" ];
+ services.xserver.videoDrivers = ["nvidia"];
}