more darwin cleanup

This commit is contained in:
Noah Masur
2022-06-19 23:44:29 -04:00
parent a8f497e226
commit e22a4f3df2
18 changed files with 116 additions and 103 deletions

View File

@ -19,15 +19,7 @@
opacity = 1.0;
};
scrolling.history = 10000;
font = {
size = 14.0;
normal = {
family = builtins.head (if pkgs.stdenv.isDarwin then
[ "FiraCode Nerd Font Mono" ]
else
config.fonts.fontconfig.defaultFonts.monospace);
};
};
font = { size = 14.0; };
key_bindings = [
{
key = "L";