From 79b7445ac4543f34666ffe481a488cea465657a8 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Fri, 6 Jan 2017 21:40:07 +0100 Subject: examples.lnl: add manpages and vim plugins --- modules/examples/lnl.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'modules/examples') diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index f1147bd..81b4e86 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -34,6 +34,8 @@ pkgs.nox ]; + environment.extraOutputsToInstall = [ "man" ]; + services.nix-daemon.enable = true; services.nix-daemon.tempDir = "/nix/tmp"; @@ -58,7 +60,7 @@ programs.vim.enableSensible = true; programs.vim.plugins = [ - { names = [ "fzfWrapper" "youcompleteme" "colors-solarized" ]; } + { names = [ "fzfWrapper" "youcompleteme" "syntastic" "gist-vim" "webapi-vim" "vim-eunuch" "vim-repeat" "commentary" "polyglot" "colors-solarized" ]; } ]; programs.vim.vimConfig = '' @@ -161,6 +163,12 @@ [pretty] color = format:%C(yellow)%h%Cblue%d%Creset %s %C(white) %an, %ar%Creset nocolor = format:%h%d %s %an, %ar + + [user] + name = Daiderd Jordan + + [github] + user = LnL7 ''; environment.etc."per-user/lnl/khdrc".text = '' -- cgit v1.2.3