Adds packages and VSCode setting

nix-darwin
Abhinav Sarkar 2023-06-11 10:43:58 +05:30
parent 11530dd12e
commit 7287875580
2 changed files with 6 additions and 1 deletions

View File

@ -123,4 +123,6 @@ in {
manipulator = true;
};
};
programs.zoxide.enable = true;
}

View File

@ -54,7 +54,10 @@ in {
fontFamily = "'DM Mono', NanumGothicCoding, Menlo, Monaco, 'Courier New', monospace";
fontLigatures = true;
fontSize = 13;
guides.indentation = false;
guides = {
indentation = false;
bracketPairs = true;
};
inlineSuggest.enabled = true;
minimap.enabled = false;
renderControlCharacters = true;