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

11
flake.lock generated
View file

@ -7,15 +7,16 @@
]
},
"locked": {
"lastModified": 1622145920,
"narHash": "sha256-/tt6IApLuVcGP5auy4zjLzfm5+MBHYLS3Nauvv2U2EQ=",
"owner": "nix-community",
"lastModified": 1622792670,
"narHash": "sha256-GLmBd1uBC0XgupoxkwJyJEtUvM8d6hfLFXqExbtRD9Y=",
"owner": "LavaDesu",
"repo": "home-manager",
"rev": "0e6c61a44092e98ba1d75b41f4f947843dc7814d",
"rev": "3ce1ab8ff24cad4cc465c285bb2631126ecd4e51",
"type": "github"
},
"original": {
"owner": "nix-community",
"owner": "LavaDesu",
"ref": "xsession-profilePath",
"repo": "home-manager",
"type": "github"
}

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";