This commit is contained in:
♥ Minnie ♥ 2023-10-10 18:58:55 +08:00
parent 013bed946b
commit fc4842b27f

View file

@ -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";