local changes

This commit is contained in:
Vivian 2023-09-25 10:30:29 +02:00
parent 1871546290
commit 08bdc66b49
5 changed files with 42 additions and 32 deletions

View file

@ -19,7 +19,7 @@ in {
inputs.attic.packages.${pkgs.system}.attic
inputs.comma.packages.${pkgs.system}.default
inputs.webcord.packages.${pkgs.system}.default
kdenlive
kdenliv
mattermost-desktop
mullvad-vpn
neofetch

View file

@ -23,6 +23,7 @@ in {
"[python]" = { "editor.formatOnType" = true; };
"rust-analyzer.checkOnSave.command" = "clippy";
"debug.allowBreakpointsEverywhere" = true;
"C_Cpp.clang_format_fallbackStyle" = "{ BasedOnStyle: Google, IndentWidth: 4, ColumnLimit: 0}";
# Don't index unecessary things
"files.exclude" = {
"**/.vscode" = true;