home-manager is a flake now
This commit is contained in:
parent
4f0ffa2146
commit
35cdf8f533
2 changed files with 9 additions and 10 deletions
|
@ -4,7 +4,7 @@
|
|||
inputs = {
|
||||
nixpkgs = { url = "github:charvp/nixpkgs/master"; };
|
||||
home-manager = {
|
||||
url = "github:ehmry/home-manager/flake";
|
||||
url = "github:rycee/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
flake-utils = { url = "github:numtide/flake-utils/master"; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue