1
0
forked from extern/nix-config

flake.nix: Switch back to nix-community/home-manager

The docs patch is now merged upstream.
This commit is contained in:
Donovan Glover 2023-12-12 18:29:55 -05:00
parent 8c58360fc5
commit 6a050b4302
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -3,7 +3,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager = {
url = "github:considerate/home-manager/docs";
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};