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 | d341d1ad1006d49299007c2210dfd8f9903ae21a (patch) | |
tree | e71bd29d61dfb06ed8c539e1ad9bcbad73f88b60 | |
parent | 28382e43e0df74a6b10bfcf23465d8415fa86460 (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 bab949270..83cc6e117 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"; |