disable nvim for all hosts
This commit is contained in:
parent
b602207b67
commit
e0de10658d
2 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,7 @@ in
|
|||
themes.v.catppuccin.enable = true;
|
||||
programs = {
|
||||
v.vscode.enable = true;
|
||||
v.nvim.enable = true;
|
||||
|
||||
riff = {
|
||||
enable = true;
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
programs = {
|
||||
home-manager.enable = true;
|
||||
|
||||
v.nvim.enable = true;
|
||||
v.git.enable = true;
|
||||
|
||||
tmux = {
|
||||
|
|
Loading…
Add table
Reference in a new issue