updated home manager to 24.11

This commit is contained in:
Ranomier 2024-12-01 20:14:03 +01:00
parent 8c5ac9ead5
commit 3d284f9229
2 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager/release-24.05";
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};