From 01ccb0cead584733e6c89fcad44c441fe05bc5c7 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 22 Feb 2023 02:22:10 -0500 Subject: switch back to alejandra nixpkgs-fmt is weird... --- hosts/common/hardware/nvidia.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'hosts/common/hardware/nvidia.nix') 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"]; } -- cgit v1.2.3