diff --git a/flake.nix b/flake.nix index 92fd7c5..b9dc25d 100644 --- a/flake.nix +++ b/flake.nix @@ -10,8 +10,10 @@ # Also see the 'unstable-packages' overlay at 'overlays/default.nix'. # Home manager - home-manager.url = "github:nix-community/home-manager/release-23.05"; - home-manager.inputs.nixpkgs.follows = "nixpkgs"; + home-manager = { + url = "github:nix-community/home-manager/release-23.05"; + inputs.nixpkgs.follows = "nixpkgs"; + }; # Add any other flake you might need neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";