update home manager release

This commit is contained in:
Luj 2023-11-24 17:57:45 +01:00
parent 3b745901c4
commit bc60a5c4da

View file

@ -6,7 +6,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
home-manager = {
url = "github:nix-community/home-manager/release-23.05";
url = "github:nix-community/home-manager/release-23.11";
inputs.nixpkgs.follows = "nixpkgs";
};