From 244e005e9579930cc71a658bf6dd024866183ba3 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sat, 30 Dec 2023 10:09:52 -0500 Subject: [PATCH] Fix indentation --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index da09cbb..4d193a4 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,7 @@ ./hosts/slab/nvidia-optimus.nix ./roles/remote.nix ./roles/desktop.nix - ./fragments/opengl.nix + ./fragments/opengl.nix ]; }; nullbox = lib.nixosSystem { @@ -27,7 +27,7 @@ ./hosts/nullbox/configuration.nix ./roles/remote.nix ./roles/desktop.nix - ./fragments/hardware/nvidia-modeset.nix + ./fragments/hardware/nvidia-modeset.nix ]; }; };