From f3af31e7b9e1cab074dd97d6561e1ee1674180d6 Mon Sep 17 00:00:00 2001 From: Mans Ziesel Date: Tue, 6 Jun 2023 17:25:44 +0200 Subject: [PATCH] fix home manager? --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index cc16fef..72683f4 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ # nix-colors.url = "github:misterio77/nix-colors"; }; - outputs = { nixpkgs, home-manager, ... }@inputs: { + outputs = { nixpkgs, ... }@inputs: { # NixOS configuration entrypoint # Available through 'nixos-rebuild --flake .#your-hostname' nixosConfigurations = {