This commit is contained in:
Ryan Yin
2024-01-09 21:11:58 +08:00
parent 2f58484b4c
commit b6f46da403
4 changed files with 165 additions and 23 deletions

View File

@@ -110,8 +110,8 @@
# home-manager, used for managing user configuration
home-manager = {
url = "github:nix-community/home-manager/release-23.11";
# url = "github:nix-community/home-manager/master";
# url = "github:nix-community/home-manager/release-23.11";
url = "github:nix-community/home-manager/master";
# The `follows` keyword in inputs is used for inheritance.
# Here, `inputs.nixpkgs` of home-manager is kept consistent with the `inputs.nixpkgs` of the current flake,