diff options
author | tv <tv@krebsco.de> | 2016-02-02 20:01:28 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-02 20:01:28 +0100 |
commit | 5e2c414d8a1edeefea60ff9fd79b47ee768f4cb6 (patch) | |
tree | fd2a835d8a3029d816ab739dc78222b019c330ab | |
parent | 6b1b215effd669ccc0725c21c234a1a343c41e57 (diff) |
tv vim: drop noise
-rw-r--r-- | tv/2configs/vim.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index bab9492..83cc6e1 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -7,11 +7,6 @@ let vim ]; - # Nano really is just a stupid name for Vim. - nixpkgs.config.packageOverrides = pkgs: { - nano = pkgs.vim; - }; - environment.etc.vimrc.source = vimrc; environment.variables.EDITOR = mkForce "vim"; |