From 31bf8658c3d7992d7e7f1b76d7b9b68ce19e8c3b Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 3 Mar 2019 20:56:44 +0100 Subject: Update to use nvim by default mypkgs builts on nixpkgs-unstable to get a current nvim version. Luckily this kind of mixture of various versions is yet another strong suit of Nix. --- home.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 15ce0ae..df2b6af 100644 --- a/home.nix +++ b/home.nix @@ -1,7 +1,9 @@ { config, pkgs, ... }: { - custom.pkgs = import { }; + custom.pkgs = import { + pkgs = import { }; + }; imports = [ # define options custom to this config -- cgit v1.2.3