updated pi and nvim

This commit is contained in:
Bryan Ramos 2026-05-02 00:53:50 -04:00
parent 6448224366
commit d89ae55472

View file

@ -4,7 +4,7 @@ with lib;
let let
cfg = config.modules.user.pi; cfg = config.modules.user.pi;
npmGlobal = "${config.home.homeDirectory}/.npm-global"; npmGlobal = "${config.home.homeDirectory}/.npm-global";
piVersion = "0.70.5"; piVersion = "0.72.0";
in in
{ options.modules.user.pi = { enable = mkEnableOption "user.pi"; }; { options.modules.user.pi = { enable = mkEnableOption "user.pi"; };