more nvim config
This commit is contained in:
parent
123fd7b129
commit
05b317d275
3 changed files with 67 additions and 29 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue