Home-manager follow nixpkgs
This commit is contained in:
parent
9f83efaedb
commit
f3a9f5da42
2 changed files with 9 additions and 19 deletions
|
@ -7,7 +7,11 @@
|
|||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs@{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue