fix fonts too big + add back font settings in gnome terminal
This commit is contained in:
parent
d8c6ee0eb4
commit
61134c04a7
2 changed files with 15 additions and 2 deletions
|
@ -21,9 +21,12 @@
|
|||
programs.gnome-terminal = {
|
||||
enable = true;
|
||||
showMenubar = false;
|
||||
profile."7dfaed12-b68d-4459-8cb9-ecd3d49f3634" = {
|
||||
profile."2e695b31-b387-4c21-84db-6203b9d8cf52" = {
|
||||
visibleName = "nezia";
|
||||
default = true;
|
||||
customCommand = "tmux new-session -A -s main";
|
||||
audibleBell = false;
|
||||
customCommand = "tmux new -A -s main";
|
||||
font = "MonaspiceNe Nerd Font 14";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -6,10 +6,20 @@
|
|||
stylix.polarity = "dark";
|
||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-frappe.yaml";
|
||||
|
||||
stylix.cursor = {
|
||||
name = "Adwaita";
|
||||
package = pkgs.adwaita-icon-theme;
|
||||
size = 24;
|
||||
};
|
||||
stylix.fonts = {
|
||||
monospace = {
|
||||
package = pkgs.nerdfonts.override { fonts = [ "Monaspace" ]; };
|
||||
name = "MonaspiceNe Nerd Font";
|
||||
};
|
||||
sizes = {
|
||||
terminal = 14;
|
||||
applications = 11;
|
||||
desktop = 10;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue