initial adaptation for macOS work device

This commit is contained in:
Trolli Schmittlauch 2022-05-02 02:00:30 +02:00
parent fa9e6e81e1
commit 4b35e44873
2 changed files with 42 additions and 37 deletions

View file

@ -4,7 +4,7 @@
self: super:
rec {
#jami-ring-daemon = super.qt5.callPackage ./ov/jami/ring-daemon.nix {};
myVim = with super; (vim_configurable.override { python = python3; }).customize {
myVim = with super; vim_configurable.customize {
# executable/ package name
name = "vim";
vimrcConfig.packages.myVimPackage = with pkgs.vimPlugins; {