Use master branch of home-manager

to fix error: fcitx-engines is deprecated, please use fcitx5 instead.
This commit is contained in:
Jakob Lechner 2023-05-23 14:55:08 +00:00
parent 0b97afa7ce
commit 29e369f026
No known key found for this signature in database
GPG key ID: 996082EFB5906C10
2 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@
nur.url = "github:nix-community/NUR";
home-manager = {
url = "github:nix-community/home-manager/release-22.05";
url = "github:nix-community/home-manager/master";
inputs.nixpkgs.follows = "nixpkgs";
};