fix?: don't use release version of home manager

This commit is contained in:
Ruben 2024-04-18 22:06:52 -05:00
commit dc5c6fbac9
No known key found for this signature in database
GPG key ID: AE181294E97E4802

View file

@ -33,7 +33,7 @@
# home manager for managing user specific stuff
home-manager = {
url = "github:nix-community/home-manager/release-23.05";
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};