diff --git a/flake.nix b/flake.nix index a2f6d85..8df2b00 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,7 @@ { self, nixpkgs, home-manager, nix4nvchad, ... }@inputs: let system = "x86_64-linux"; - pkgs = import nixpkgs { system = "x86_64-linux"; config = { allowUnfree = true; }; }; + pkgs = import nixpkgs { system = "x86_64-linux"; config = { allowUnfree = true; }; }; in { homeConfigurations."ivan" = home-manager.lib.homeManagerConfiguration {