1

Compare commits

...

3 Commits

Author SHA1 Message Date
b22fc161b6 Set fontconfig options 2023-11-25 22:27:49 +01:00
f54db91fc4 Increase VSCode font size 2023-11-25 22:27:41 +01:00
7e252c050a Add ffmpeg-normalize 2023-11-25 22:27:35 +01:00
3 changed files with 6 additions and 1 deletions

View File

@ -306,6 +306,7 @@ rec {
poppler_utils # pdfunite
# ffmpeg # Convert video (magic), v4
ffmpeg_5-full # I love ffmpeg (v5, including ffplay)
ffmpeg-normalize
x265
imagemagick # Convert image (magic)
ueberzugpp # Display images in terminal (alacritty)

View File

@ -76,7 +76,7 @@ in {
userSettings = {
# VSCode Internals
"editor.fontFamily" = "JetBrainsMono Nerd Font Mono";
"editor.fontSize" = 14;
"editor.fontSize" = 16;
"editor.renderWhitespace" = "selection";
"editor.cursorStyle" = "line"; # Use line for vim plugin
"editor.lineNumbers" = "relative";

View File

@ -291,6 +291,10 @@ with mylib.networking; {
# TODO: Conflicts with kde?
fontconfig = {
enable = true;
antialias = true;
hinting.enable = true;
hinting.autohint = true;
cache32Bit = true;
defaultFonts = {
serif = ["Noto Serif CJK SC"];
sansSerif = ["Noto Sans CJK SC"];