From 630d9007796907a15f93205fc91d70fc78f820f0 Mon Sep 17 00:00:00 2001 From: lulusilly Date: Mon, 1 Sep 2025 17:14:04 -0400 Subject: [PATCH] Fixed formatting in flake.nix --- .config/nix/flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/nix/flake.nix b/.config/nix/flake.nix index 1c2fbac..3207ad8 100755 --- a/.config/nix/flake.nix +++ b/.config/nix/flake.nix @@ -9,7 +9,8 @@ nixosConfigurations = { mecca = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; - specialArgs = {inherit inputs;}; modules = [ + specialArgs = {inherit inputs;}; + modules = [ ./hosts/common.nix ./hosts/mecca/configuration.nix inputs.stylix.nixosModules.stylix