local changes
This commit is contained in:
parent
1baad4b758
commit
f3c9d78d04
5 changed files with 42 additions and 32 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue