summaryrefslogtreecommitdiff
path: root/modules/examples/lnl.nix
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2018-08-25 18:54:08 +0200
committerDaiderd Jordan <daiderd@gmail.com>2018-08-25 18:54:08 +0200
commit483a906c907ab7c8901131d5a407f3335b8e2e44 (patch)
tree7360cfe604037d2b2c7fdb9ac9cfbf5c7525601a /modules/examples/lnl.nix
parente299b29e9a4e1403a37cbd29a3b7625a4f3f8b3d (diff)
lnl: add vim dotfiles comment
Diffstat (limited to 'modules/examples/lnl.nix')
-rw-r--r--modules/examples/lnl.nix3
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;