meta: remove home-manager
This commit is contained in:
parent
37401a5e83
commit
17e84804a7
2 changed files with 0 additions and 12 deletions
|
@ -14,15 +14,6 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/master";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
flake-compat.follows = "repin-flake-compat";
|
||||
utils.follows = "repin-flake-utils";
|
||||
};
|
||||
};
|
||||
|
||||
deploy-rs = {
|
||||
url = "gitlab:max/deploy-rs?host=git.privatevoid.net";
|
||||
inputs = {
|
||||
|
|
|
@ -5,19 +5,16 @@ with inputs;
|
|||
nix.nixPath = [
|
||||
"repl=/etc/nixos/flake-channels/system/repl.nix"
|
||||
"nixpkgs=/etc/nixos/flake-channels/nixpkgs"
|
||||
"home-manager=/etc/nixos/flake-channels/home-manager"
|
||||
];
|
||||
|
||||
nix.registry = {
|
||||
system.flake = self;
|
||||
nixpkgs.flake = nixpkgs;
|
||||
default.flake = nixpkgs;
|
||||
home-manager.flake = home-manager;
|
||||
};
|
||||
|
||||
environment.etc = {
|
||||
"nixos/flake-channels/system".source = inputs.self;
|
||||
"nixos/flake-channels/nixpkgs".source = nixpkgs;
|
||||
"nixos/flake-channels/home-manager".source = home-manager;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue