mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 17:20:13 +00:00
fixes to get darwin to build
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
size = 14.0;
|
||||
normal = {
|
||||
family =
|
||||
builtins.head config.fonts.fontconfig.defaultFonts.monospace;
|
||||
builtins.head (if pkgs.stdenv.isDarwin then config.fonts.fonts else config.fonts.fontconfig.defaultFonts.monospace);
|
||||
};
|
||||
};
|
||||
key_bindings = [
|
||||
|
Reference in New Issue
Block a user