ncmpcpp: Use nvim as external editor

upower
Simon Bruder 2021-07-02 18:02:41 +02:00
parent 4d77cba8dc
commit a58aa3ece4
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,9 @@ lib.mkIf nixosConfig.sbruder.gui.enable {
# More modern UI
user_interface = "alternative";
# Misc
external_editor = "nvim";
};
};