mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-13 20:30:02 +00:00
examples.lnl: add manpages and vim plugins
This commit is contained in:
parent
afb52f71eb
commit
79b7445ac4
1 changed files with 9 additions and 1 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue