From 02e78ddd47a8fffc62216d69befc47ceb098a9c7 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Mon, 29 Jun 2026 11:17:12 -0400 Subject: fix nvim darwin --- hosts/bear/configuration.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'hosts/bear') diff --git a/hosts/bear/configuration.nix b/hosts/bear/configuration.nix index ef46691..ae17167 100644 --- a/hosts/bear/configuration.nix +++ b/hosts/bear/configuration.nix @@ -2,7 +2,7 @@ config, pkgs, inputs, - customNeovim, + nvim-darwin, ... }: { networking = { @@ -15,13 +15,12 @@ # List packages installed in system profile. To search by name, run: # $ nix-env -qaP | grep wget environment.systemPackages = with pkgs; [ - customNeovim.neovim + nvim-darwin.neovim senpai mpv pass passExtensions.pass-otp passExtensions.pass-update - passExtensions.pass-import ]; programs.ssh = { -- cgit v1.3.1