configuration.nix: update home-manager url
This commit is contained in:
parent
095953efef
commit
8438d0c404
@ -19,7 +19,7 @@ in
|
||||
imports = (import ./modules/list.nix) ++ [
|
||||
"${
|
||||
builtins.fetchTarball
|
||||
"https://github.com/rycee/home-manager/archive/master.tar.gz"
|
||||
"https://github.com/nix-community/home-manager/archive/master.tar.gz"
|
||||
}/nixos"
|
||||
/etc/nixos/profiles/core
|
||||
] ++ config;
|
||||
|
Loading…
Reference in New Issue
Block a user