more gnome config managed by nix

This commit is contained in:
Vinzenz Schroeter 2023-11-06 13:53:11 +01:00
parent c45080ccd5
commit 50b0025f12
3 changed files with 43 additions and 4 deletions

View file

@ -123,6 +123,8 @@
"workbench.enableExperiments" = false;
"workbench.iconTheme" = "material-icon-theme";
"rust-analyzer.checkOnSave.command" = "clippy";
"extensions.autoUpdate" = false;
"extensions.autoCheckUpdates" = false;
};
};