summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2017-01-06 21:40:07 +0100
committerDaiderd Jordan <daiderd@gmail.com>2017-01-06 21:40:07 +0100
commit79b7445ac4543f34666ffe481a488cea465657a8 (patch)
treeb85ad9bcd559a04f2cd371da49665d3bca2370aa /modules/examples
parentafb52f71eb6c828fa8afd3aabe26ac7746af0e48 (diff)
examples.lnl: add manpages and vim plugins
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/lnl.nix10
1 files changed, 9 insertions, 1 deletions
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 = ''