more nvim config

This commit is contained in:
Vivian 2024-03-21 17:20:29 +01:00
parent 123fd7b129
commit 05b317d275
3 changed files with 67 additions and 29 deletions

View file

@ -133,6 +133,7 @@
devShells.default = channels.nixpkgs.mkShell {
name = "devShell";
VAULT_ADDR = "http://vault.olympus:8200/";
FLAKE = "/home/vivian/src/infrastructure-new";
packages = with pkgs; [
attic.packages.${system}.attic
apply-local
@ -144,6 +145,7 @@
yamllint
jq
fup-repl
nh
];
};
};