Fix home-manager warnings

This commit is contained in:
Florian RICHER 2024-02-02 23:09:32 +01:00
parent e0594260e7
commit 00a4dbba5d
2 changed files with 5 additions and 4 deletions

View file

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