diff --git a/hosts/default.nix b/hosts/default.nix index db822f4..52d2a59 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -1,5 +1,4 @@ -{ home -, lib +{ lib , nixos , master , nixos-hardware @@ -47,9 +46,7 @@ let nix.nixPath = let path = toString ../.; in [ "nixos-unstable=${master}" - "nixpkgs=${nixos}" - "nixpkgs-overlays=${path}/overlays" - "home-manager=${home}" + "nixos=${nixos}" ]; nixpkgs = { inherit pkgs; }; @@ -58,7 +55,6 @@ let master.flake = master; nixflk.flake = self; nixpkgs.flake = nixos; - home-manager.flake = home; }; system.configurationRevision = lib.mkIf (self ? rev) self.rev; diff --git a/profiles/core/default.nix b/profiles/core/default.nix index b000f37..383a828 100644 --- a/profiles/core/default.nix +++ b/profiles/core/default.nix @@ -67,7 +67,7 @@ in nr = "np remove"; ns = "n search --no-update-lock-file"; nf = "n flake"; - nepl = "n repl ''"; + nepl = "n repl ''"; srch = "ns nixpkgs"; nrb = ifSudo "sudo nixos-rebuild"; mn = ''