mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 06:50:11 -04:00
updated pi and nvim
This commit is contained in:
parent
6448224366
commit
d89ae55472
1 changed files with 1 additions and 1 deletions
|
|
@ -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"; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue