diff options
-rw-r--r-- | home/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/default.nix b/home/default.nix index 088d14c..2968e75 100644 --- a/home/default.nix +++ b/home/default.nix @@ -44,7 +44,7 @@ "sefidel@kompakt-darwin" = self.lib.mkHome { username = "sefidel"; hostname = "kompakt-darwin"; - pkgs = import unstable { system = "aarch64-darwin"; overlays = with inputs; [ rust.overlays.default neovim.overlay ]; }; + pkgs = import unstable { system = "aarch64-darwin"; overlays = with inputs; [ rust.overlays.default /* neovim.overlay // TODO: https://github.com/neovim/neovim/issues/24124 */]; }; extraModules = [ ./profiles/populate.nix |