diff options
author | Soispha <soispha@vhack.eu> | 2023-12-09 18:20:18 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-09 18:20:18 +0100 |
commit | b6302ae731f9d438f4e59f62d04903df79d4c942 (patch) | |
tree | 1b49245fe4e755d2fa4708de5e02b04ee1064605 /update.sh | |
parent | build(treewide): Update (diff) | |
download | nixos-config-b6302ae731f9d438f4e59f62d04903df79d4c942.tar.gz nixos-config-b6302ae731f9d438f4e59f62d04903df79d4c942.zip |
feat(treewide): Specify nvim plugins in my flake
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/update.sh b/update.sh index d64db739..5bd9ac45 100755 --- a/update.sh +++ b/update.sh @@ -2,3 +2,5 @@ # shellcheck disable=SC2086 ./hm/soispha/conf/firefox/scripts/update_extensions + +./sys/nixpkgs/pkgs/plgs-pkgs/update_neovim_plugins |