Add local volumes to borg backup
Fix deprecated NVF option
This commit is contained in:
parent
34911cd994
commit
39125c71e1
2 changed files with 2 additions and 2 deletions
|
@ -38,6 +38,7 @@ flake-utils.lib.eachDefaultSystem (system: let
|
|||
];
|
||||
|
||||
lsp = {
|
||||
enable = true;
|
||||
formatOnSave = true;
|
||||
lightbulb.enable = true;
|
||||
trouble.enable = true;
|
||||
|
@ -46,7 +47,6 @@ flake-utils.lib.eachDefaultSystem (system: let
|
|||
};
|
||||
|
||||
languages = {
|
||||
enableLSP = true;
|
||||
enableFormat = true;
|
||||
enableTreesitter = true;
|
||||
enableExtraDiagnostics = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue