diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-03-25 00:33:49 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-25 00:04:51 +0200 |
commit | 98a4617ca7a6f5ba78a078b1442a8651987e9070 (patch) | |
tree | 8f9400df97784abdc629881961a65fdd44d33351 | |
parent | f7d64613e7c2908854778adc81dc21a7763fb91b (diff) | |
download | NUR-98a4617ca7a6f5ba78a078b1442a8651987e9070.tar.gz NUR-98a4617ca7a6f5ba78a078b1442a8651987e9070.tar.zst NUR-98a4617ca7a6f5ba78a078b1442a8651987e9070.zip |
Add python flag to vim
-rw-r--r-- | environments/immae-eu.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/environments/immae-eu.nix b/environments/immae-eu.nix index 2cb624ae..d3961971 100644 --- a/environments/immae-eu.nix +++ b/environments/immae-eu.nix | |||
@@ -86,6 +86,7 @@ let | |||
86 | fzf | 86 | fzf |
87 | buku | 87 | buku |
88 | vimPlugins.vim-plug | 88 | vimPlugins.vim-plug |
89 | (vim_configurable.override { python = python3; }) | ||
89 | mailcap | 90 | mailcap |
90 | 91 | ||
91 | # password management | 92 | # password management |