From 55ddb47a4763720159c9b2e17b0dadbc1805a6da Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sun, 26 Apr 2026 00:50:23 -0400 Subject: fmt --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 7a7a576..9663745 100644 --- a/flake.nix +++ b/flake.nix @@ -17,11 +17,11 @@ }@inputs: { nixosConfigurations.nepsis = nixpkgs.lib.nixosSystem { - specialArgs = {inherit inputs;}; + specialArgs = { inherit inputs; }; modules = [ hjem.nixosModules.default ./configuration.nix - ./overlays.nix + ./overlays.nix ]; }; }; -- cgit v1.3.1