mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
chore: update
This commit is contained in:
parent
26815c337f
commit
6c6f264768
19 changed files with 187 additions and 103 deletions
|
|
@ -15,7 +15,7 @@ let
|
|||
};
|
||||
|
||||
settings = {
|
||||
theme = "catppuccin-${config.catppuccin.flavor}";
|
||||
theme = "Catppuccin ${lib.toSentenceCase config.catppuccin.flavor}";
|
||||
window-colorspace = "display-p3";
|
||||
|
||||
font-family = "Ryan Term";
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@ in
|
|||
# "editor.minimap.renderCharacters" = false;
|
||||
"workbench.editor.highlightModifiedTabs" = true;
|
||||
"workbench.editor.empty.hint" = "hidden";
|
||||
"chat.commandCenter.enabled" = false;
|
||||
"chat.disableAIFeatures" = true;
|
||||
|
||||
"editor.inlineSuggest.enabled" = true;
|
||||
"editor.tabSize" = 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue