diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2018-08-25 18:54:08 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2018-08-25 18:54:08 +0200 |
| commit | 483a906c907ab7c8901131d5a407f3335b8e2e44 (patch) | |
| tree | 7360cfe604037d2b2c7fdb9ac9cfbf5c7525601a /modules/examples | |
| parent | e299b29e9a4e1403a37cbd29a3b7625a4f3f8b3d (diff) | |
lnl: add vim dotfiles comment
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index df26bbc..90b6779 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -137,6 +137,9 @@ ''; }; + # Dotfiles. + # programs.vim.package = mkForce pkgs.lnl.vim; + programs.zsh.enable = true; programs.zsh.enableBashCompletion = true; programs.zsh.enableFzfCompletion = true; |
