update
This commit is contained in:
parent
f827809ca2
commit
a8dd01c35a
14
home.nix
14
home.nix
@ -125,7 +125,11 @@
|
||||
nix-direnv.enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
prograsm.wezterm = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
extraConfig = builtins.readFile ./wezterm.lua;
|
||||
};
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
extensions = [
|
||||
@ -135,6 +139,14 @@
|
||||
userSettings = {
|
||||
"window.zoomLevel" = 2;
|
||||
"editor.fontFamily" = "mononoki";
|
||||
"[dart]" = {
|
||||
"editor.formatOnSave" = true;
|
||||
"editor.formatOnType" = true;
|
||||
"editor.rulers" = [ 80 ];
|
||||
"editor.selectionHighlight" = false;
|
||||
"editor.tabCompletion" = "onlySnippets";
|
||||
"editor.wordBasedSuggestions" = "off";
|
||||
};
|
||||
};
|
||||
};
|
||||
programs.helix = {
|
||||
|
||||
0
wezterm.lua
Normal file
0
wezterm.lua
Normal file
Loading…
Reference in New Issue
Block a user