From 6a3ffa8c76b573d446987c01c270b6a010be0d9f Mon Sep 17 00:00:00 2001 From: Minijackson Date: Fri, 2 Jun 2023 18:19:21 +0200 Subject: common/vim: minor formatting --- common/vim.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'common') diff --git a/common/vim.nix b/common/vim.nix index acbdc36..8f28699 100644 --- a/common/vim.nix +++ b/common/vim.nix @@ -4,12 +4,10 @@ inputs: { lib, ... }: let - inherit (pkgs.unstable) vimPlugins wrapNeovim; + inherit (pkgs.unstable) neovim-unwrapped vimPlugins wrapNeovim; luaFormat = inputs.self.lib.generators.lua {}; - neovim-unwrapped = pkgs.unstable.neovim-unwrapped; - cfg = config.vim; variables = with lib; @@ -178,9 +176,7 @@ in { }; }; - environment.systemPackages = with pkgs.unstable; [ - myNeovim - ]; + environment.systemPackages = [myNeovim]; environment.variables = { EDITOR = "nvim"; -- cgit v1.2.3