From 0957b051ef4befd86ce97deef04f5095bea9543b Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 20 Feb 2023 01:53:23 -0500 Subject: start using nixpkgs-fmt --- hosts/glados/default.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'hosts/glados/default.nix') diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix index 7e5c5be..0994349 100644 --- a/hosts/glados/default.nix +++ b/hosts/glados/default.nix @@ -1,9 +1,9 @@ _: { - imports = [ - ../common/hardware/nvidia.nix - ./boot.nix - ./hardware-configuration.nix - ./network.nix - ./services.nix - ]; + imports = [ + ../common/hardware/nvidia.nix + ./boot.nix + ./hardware-configuration.nix + ./network.nix + ./services.nix + ]; } -- cgit v1.2.3