From a9ceae32286b080797e92fe4725ea1280fbc85d9 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 3 Mar 2019 20:28:46 +0100 Subject: Restructure vim configuration * Use integrated plugin manager * Switch to nvim instead of continuing to maintain a config for both vims --- default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index ff1439b..1552309 100644 --- a/default.nix +++ b/default.nix @@ -1,12 +1,9 @@ -{ system ? builtins.currentSystem }: +{ system ? builtins.currentSystem, pkgs ? import { inherit system; }, ... }: let - pkgs = import { inherit system; }; - callPackage = pkgs.lib.callPackageWith (pkgs // custom); custom = { - custom-vim = callPackage ./pkgs/custom-vim { }; custom-neovim = callPackage ./pkgs/custom-neovim { }; oomox-gtk-theme = t : callPackage ./pkgs/oomox-gtk-theme { theme = t; }; -- cgit v1.2.3