home-manager is a flake now

This commit is contained in:
Charlotte Van Petegem 2020-09-05 14:14:07 +02:00
parent 4f0ffa2146
commit 35cdf8f533
2 changed files with 9 additions and 10 deletions

View file

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