diff options
Diffstat (limited to 'home/default.nix')
-rw-r--r-- | home/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/default.nix b/home/default.nix index 89cf8e1..30ab75f 100644 --- a/home/default.nix +++ b/home/default.nix @@ -4,7 +4,7 @@ "zach@alpha" = self.lib.mkHome { username = "zach"; hostname = "alpha"; - pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ chaotic-nixpkgs.overlay rust.overlays.default ]; }; + pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ chaotic-nixpkgs.overlay rust.overlays.default neovim.overlay ]; }; extraModules = [ ./profiles/populate.nix @@ -22,7 +22,7 @@ "o32@kompakt" = self.lib.mkHome { username = "o32"; hostname = "kompakt"; - pkgs = import unstable { system = "aarch64-darwin"; overlays = with inputs; [ rust.overlays.default ]; }; + pkgs = import unstable { system = "aarch64-darwin"; overlays = with inputs; [ rust.overlays.default neovim.overlay ]; }; extraModules = [ ./profiles/populate.nix |