You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
752 B
Nix
29 lines
752 B
Nix
{ ... }:
|
|
|
|
{
|
|
fonts.fontconfig.enable = true;
|
|
|
|
# not building on my mac at the moment
|
|
# programs.ghostty = {
|
|
# enable = true;
|
|
# installBatSyntax = false;
|
|
|
|
# settings = {
|
|
# font-family = "Iosevka NFM";
|
|
# font-size = 16;
|
|
# font-thicken = true;
|
|
# # theme = "dark:catppuccin-mocha,light:catppuccin-latte";
|
|
# theme = "catppuccin-mocha";
|
|
# background-opacity = 0.95;
|
|
# background-blur-radius = 15;
|
|
# window-padding-x = 12;
|
|
# window-padding-y = 8;
|
|
# window-padding-balance = true;
|
|
# macos-titlebar-style = "tabs";
|
|
# macos-option-as-alt = "left";
|
|
# copy-on-select = "clipboard";
|
|
# # keybind = "global:cmd+grave_accent=toggle_quick_terminal";
|
|
# };
|
|
# };
|
|
}
|