temporarily use forked home-manager

This commit is contained in:
LavaDesu 2021-06-04 13:50:15 +07:00
parent 48e4725acf
commit 1a2c5f66b8
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 7 additions and 6 deletions

View file

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