1
0
Fork 0

[nix] Fix font settings for VSCode and disable logseq for now

main
Sebastian Schulze 2021-10-01 09:40:33 +02:00
parent 67ec2b5835
commit dbe5e3441e
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@ in
];
home.packages = [
unstable.pkgs.logseq
# unstable.pkgs.logseq
unstable.pkgs.obsidian
unstable.pkgs.foot
pkgs.liboping
@ -243,6 +243,7 @@ in
userSettings = {
"workbench.colorTheme" = "Visual Studio Light";
"terminal.integrated.fontFamily" = "JetBrains Mono";
"editor.fontFamily" = "JetBrains Mono";
"editor.renderControlCharacters" = true;
"yaml.format.printWidth" = 250;
};