mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
added VHS
This commit is contained in:
parent
398c50faf5
commit
8da431aff7
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,7 @@ in
|
|||
neofetch
|
||||
ranger
|
||||
exa
|
||||
# vhs
|
||||
vhs
|
||||
|
||||
nodejs # required for coc-nvim
|
||||
|
||||
|
@ -65,6 +65,7 @@ in
|
|||
|
||||
sessionVariables = {
|
||||
EDITOR = editor;
|
||||
NIX_SHELL_PRESERVE_PROMPT = 1;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue