disable nvim for all hosts
All checks were successful
Lint / lint (push) Successful in 1m18s
Plex Update / update (push) Successful in 2m1s

This commit is contained in:
Vivian 2023-09-29 11:29:42 +02:00
parent c8a19ccd47
commit f6e8c26858
2 changed files with 1 additions and 1 deletions

View file

@ -40,6 +40,7 @@ in
themes.v.catppuccin.enable = true;
programs = {
v.vscode.enable = true;
v.nvim.enable = true;
riff = {
enable = true;

View file

@ -26,7 +26,6 @@
programs = {
home-manager.enable = true;
v.nvim.enable = true;
v.git.enable = true;
tmux = {