1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-02 19:53:07 +00:00
This commit is contained in:
Rae 5e 2025-01-21 21:23:44 -05:00
parent 0c5c03049b
commit 10aed29944
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
2 changed files with 6 additions and 0 deletions

View file

@ -14,6 +14,7 @@
mesonbuild.mesonbuild
rust-lang.rust-analyzer
skellock.just
vadimcn.vscode-lldb
wakatime.vscode-wakatime
];
userSettings = {
@ -30,6 +31,8 @@
"prettier.singleAttributePerLine" = false;
"prettier.useEditorConfig" = true;
"telemetry.telemetryLevel" = "off";
"workbench.activityBar.iconClickBehavior" = "toggle";
"workbench.activityBar.location" = "bottom";
"workbench.colorTheme" = "Catppuccin Frappé";
"workbench.iconTheme" = "catppuccin-frappe";
};