some ghostty fixes
This commit is contained in:
parent
7305d9cb6b
commit
8c1438bf10
1 changed files with 3 additions and 3 deletions
|
|
@ -39,14 +39,14 @@
|
||||||
package = if pkgs.stdenv.isDarwin then null else pkgs.ghostty;
|
package = if pkgs.stdenv.isDarwin then null else pkgs.ghostty;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
settings = {
|
settings = {
|
||||||
font-size = if pkgs.stdenv.isDarwin then 18 else 14;
|
font-size = if pkgs.stdenv.isDarwin then 17 else 14;
|
||||||
font-family = "VictorMono Nerd Font";
|
font-family = "VictorMono Nerd Font";
|
||||||
font-style = "SemiBold";
|
font-style = "SemiBold";
|
||||||
background-opacity = 0.945;
|
background-opacity = 0.945;
|
||||||
macos-titlebar-style = "transparent";
|
macos-titlebar-style = "transparent";
|
||||||
window-decoration = if pkgs.stdenv.isDarwin then "auto" else "none";
|
window-decoration = if pkgs.stdenv.isDarwin then "auto" else "none";
|
||||||
window-padding-x = 8;
|
window-padding-x = 4;
|
||||||
window-padding-y = 8;
|
window-padding-y = 4;
|
||||||
window-padding-balance = true;
|
window-padding-balance = true;
|
||||||
window-inherit-working-directory = true;
|
window-inherit-working-directory = true;
|
||||||
window-theme = "ghostty";
|
window-theme = "ghostty";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue