From 34b73e34e2d6a280264421663c7bce326c68f897 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 23 Sep 2018 12:27:40 +0200 Subject: Restructure host config, derivations --- host/software/vim.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 host/software/vim.nix (limited to 'host/software/vim.nix') diff --git a/host/software/vim.nix b/host/software/vim.nix new file mode 100644 index 0000000..8bd9b7f --- /dev/null +++ b/host/software/vim.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: + +{ + environment.systemPackages = let + custom_vim = import ./pkgs/vim/default.nix pkgs; + in [ + custom_vim + ]; +} -- cgit v1.2.3