summaryrefslogtreecommitdiff
path: root/hosts/glados/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-02-20 01:53:23 -0500
committerseth <[email protected]>2023-02-20 01:53:23 -0500
commit0957b051ef4befd86ce97deef04f5095bea9543b (patch)
treea669111fa7b0123a4e77819ddce0c0c75bef554f /hosts/glados/default.nix
parenta276cdbfa83425423c096d8049e6e29770018e31 (diff)
start using nixpkgs-fmt
Diffstat (limited to 'hosts/glados/default.nix')
-rw-r--r--hosts/glados/default.nix14
1 files changed, 7 insertions, 7 deletions
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
+ ];
}