[development] More TS dev fixes, adds direnv. Fixes some markdown rendering.
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
home.packages = with pkgs; [
|
||||
# Font
|
||||
# 24.11
|
||||
inconsolata-nerdfont
|
||||
fira-code-nerdfont
|
||||
# inconsolata-nerdfont
|
||||
# fira-code-nerdfont
|
||||
# 25.05
|
||||
# nerd-fonts.inconsolata
|
||||
# nerd-fonts.fira-code
|
||||
# nerd-fonts.jetbrains-mono
|
||||
nerd-fonts.inconsolata
|
||||
nerd-fonts.fira-code
|
||||
nerd-fonts.jetbrains-mono
|
||||
|
||||
libsixel # For working with images in terminals
|
||||
];
|
||||
@@ -50,7 +50,7 @@
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
font = "FiraCode Nerd Font:size=13";
|
||||
font = "FiraCode Nerd Font:size=12";
|
||||
selection-target = "primary";
|
||||
pad = "8x8";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user