Browse Source

Add vi to default shell

main
parent
commit
3a6cff57a5
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 1
      README.org
  2. 1
      shell.nix

1
README.org

@ -187,6 +187,7 @@ let
in mkShell {
buildInputs = [
vi
git
];
shellHook = ''

1
shell.nix

@ -10,6 +10,7 @@ let
in mkShell {
buildInputs = [
vi
git
];
shellHook = ''

Loading…
Cancel
Save