Compare commits
3 Commits
14a03de7c1
...
b22fc161b6
| Author | SHA1 | Date | |
|---|---|---|---|
| b22fc161b6 | |||
| f54db91fc4 | |||
| 7e252c050a |
@ -306,6 +306,7 @@ rec {
|
|||||||
poppler_utils # pdfunite
|
poppler_utils # pdfunite
|
||||||
# ffmpeg # Convert video (magic), v4
|
# ffmpeg # Convert video (magic), v4
|
||||||
ffmpeg_5-full # I love ffmpeg (v5, including ffplay)
|
ffmpeg_5-full # I love ffmpeg (v5, including ffplay)
|
||||||
|
ffmpeg-normalize
|
||||||
x265
|
x265
|
||||||
imagemagick # Convert image (magic)
|
imagemagick # Convert image (magic)
|
||||||
ueberzugpp # Display images in terminal (alacritty)
|
ueberzugpp # Display images in terminal (alacritty)
|
||||||
|
|||||||
@ -76,7 +76,7 @@ in {
|
|||||||
userSettings = {
|
userSettings = {
|
||||||
# VSCode Internals
|
# VSCode Internals
|
||||||
"editor.fontFamily" = "JetBrainsMono Nerd Font Mono";
|
"editor.fontFamily" = "JetBrainsMono Nerd Font Mono";
|
||||||
"editor.fontSize" = 14;
|
"editor.fontSize" = 16;
|
||||||
"editor.renderWhitespace" = "selection";
|
"editor.renderWhitespace" = "selection";
|
||||||
"editor.cursorStyle" = "line"; # Use line for vim plugin
|
"editor.cursorStyle" = "line"; # Use line for vim plugin
|
||||||
"editor.lineNumbers" = "relative";
|
"editor.lineNumbers" = "relative";
|
||||||
|
|||||||
@ -291,6 +291,10 @@ with mylib.networking; {
|
|||||||
# TODO: Conflicts with kde?
|
# TODO: Conflicts with kde?
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
antialias = true;
|
||||||
|
hinting.enable = true;
|
||||||
|
hinting.autohint = true;
|
||||||
|
cache32Bit = true;
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
serif = ["Noto Serif CJK SC"];
|
serif = ["Noto Serif CJK SC"];
|
||||||
sansSerif = ["Noto Sans CJK SC"];
|
sansSerif = ["Noto Sans CJK SC"];
|
||||||
|
|||||||
Reference in New Issue
Block a user