feat: update nixos's version to 23.05, update content in start-using-home-manager

This commit is contained in:
Ryan Yin
2023-07-08 11:44:49 +08:00
parent 7f28083a7f
commit 62369233a4
6 changed files with 21 additions and 14 deletions

View File

@@ -78,7 +78,7 @@ Note that the copied template cannot be used directly. You need to modify it to
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# home-manager, used for managing user configuration
home-manager = {
url = "github:nix-community/home-manager/release-22.11";
url = "github:nix-community/home-manager/release-23.05";
# 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,
# to avoid problems caused by different versions of nixpkgs.