From 4d69386815372dfa17db2c7aa12c022e275d8150 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Mon, 29 Jun 2026 12:02:08 -0400 Subject: unify nvim var across darwin and nixos --- hosts/bear/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/bear/configuration.nix') diff --git a/hosts/bear/configuration.nix b/hosts/bear/configuration.nix index ae17167..677e462 100644 --- a/hosts/bear/configuration.nix +++ b/hosts/bear/configuration.nix @@ -2,7 +2,7 @@ config, pkgs, inputs, - nvim-darwin, + nvim, ... }: { networking = { @@ -15,7 +15,7 @@ # List packages installed in system profile. To search by name, run: # $ nix-env -qaP | grep wget environment.systemPackages = with pkgs; [ - nvim-darwin.neovim + nvim.neovim senpai mpv pass -- cgit v1.3.1