switch back to home-manager master

This commit is contained in:
LavaDesu 2021-07-02 07:21:55 +07:00
parent d9b73bfd43
commit 94a3281cbe
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 6 additions and 7 deletions

View file

@ -1,7 +1,7 @@
{
inputs = {
nixpkgs = { url = "github:NixOS/nixpkgs/nixos-unstable"; };
home-manager = { url = "github:LavaDesu/home-manager/aa"; };
home-manager = { url = "github:nix-community/home-manager"; };
secrets = { url = "github:LavaDesu/flakes-secrets"; };
home-manager.inputs.nixpkgs.follows = "nixpkgs";