Skip to content

Commit

Permalink
rodrigo/default: Add openfortivpn and update the nvim plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Rodrigo M. Duarte <[email protected]>
  • Loading branch information
mdrodrigo authored and otavio committed Jun 19, 2024
1 parent 9d1d763 commit 97cfaf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion users/rodrigo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
tree
unzip
wget
openfortivpn
];
file = {
".yocto/site.conf".source = ./yocto/site.conf;
Expand Down Expand Up @@ -63,7 +64,7 @@
# Configure the nvim plugins
programs.neovim =
let
bitbake-vim = pkgs.vimUtils.buildVimPluginFrom2Nix {
bitbake-vim = pkgs.vimUtils.buildVimPlugin {
pname = "bitbake-vim";
version = "unstable-2022-04-08";
src = pkgs.fetchFromGitHub {
Expand Down

0 comments on commit 97cfaf0

Please sign in to comment.