temporarily use forked home-manager
This commit is contained in:
parent
48e4725acf
commit
1a2c5f66b8
2 changed files with 7 additions and 6 deletions
11
flake.lock
generated
11
flake.lock
generated
|
|
@ -7,15 +7,16 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1622145920,
|
"lastModified": 1622792670,
|
||||||
"narHash": "sha256-/tt6IApLuVcGP5auy4zjLzfm5+MBHYLS3Nauvv2U2EQ=",
|
"narHash": "sha256-GLmBd1uBC0XgupoxkwJyJEtUvM8d6hfLFXqExbtRD9Y=",
|
||||||
"owner": "nix-community",
|
"owner": "LavaDesu",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "0e6c61a44092e98ba1d75b41f4f947843dc7814d",
|
"rev": "3ce1ab8ff24cad4cc465c285bb2631126ecd4e51",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nix-community",
|
"owner": "LavaDesu",
|
||||||
|
"ref": "xsession-profilePath",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs = { url = "github:NixOS/nixpkgs/nixos-unstable"; };
|
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"; };
|
secrets = { url = "github:LavaDesu/flakes-secrets"; };
|
||||||
|
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue