From efc2331c28803b0cccbfa20c8b8dfcbed3fbaab2 Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Thu, 15 Jan 2026 15:58:02 +0100 Subject: [PATCH] Fixed a typo --- hosts/light/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/light/configuration.nix b/hosts/light/configuration.nix index 51b6812..1af3408 100644 --- a/hosts/light/configuration.nix +++ b/hosts/light/configuration.nix @@ -22,7 +22,7 @@ # Home-Manager config home-manager = { - extraSpecialArgs = { inherit inputs }; + extraSpecialArgs = { inherit inputs; }; useGlobalPkgs = true; useUserPackages = true; backupFileExtension = "HM-backup";