From 27770f5438d466a153bba2359d46404494df1152 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 26 Sep 2018 21:24:55 +0200 Subject: Use pkgs.kummerlaender.eu's vim derivation --- configuration.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index fda8323..39e604d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -5,7 +5,6 @@ imports = [ ./host/current.nix - ./host/software/vim.nix ./host/software/fish.nix ./user/common.nix ]; @@ -34,8 +33,14 @@ }; environment = { - systemPackages = with pkgs; [ - psmisc htop git silver-searcher + systemPackages = let + mypkgs = import (fetchTarball "https://pkgs.kummerlaender.eu/nixexprs.tar.gz") { }; + in [ + pkgs.psmisc + pkgs.htop + pkgs.git + pkgs.silver-searcher + mypkgs.custom-vim ]; shellAliases = { -- cgit v1.2.3