l 2 vim: set customized vim to hiPrio

This commit is contained in:
lassulus 2017-04-24 12:53:10 +02:00
parent ab7a5a507e
commit b78cc5b52a

View file

@ -4,7 +4,7 @@ with import <stockholm/lib>;
let
out = {
environment.systemPackages = [
vim
(hiPrio vim)
pkgs.pythonPackages.flake8
];