Adds packages and VSCode setting
This commit is contained in:
parent
11530dd12e
commit
7287875580
@ -123,4 +123,6 @@ in {
|
||||
manipulator = true;
|
||||
};
|
||||
};
|
||||
|
||||
programs.zoxide.enable = true;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user