diff --git a/modules/ghostty/default.nix b/modules/ghostty/default.nix index b6ea2a5..fcf58e6 100644 --- a/modules/ghostty/default.nix +++ b/modules/ghostty/default.nix @@ -10,8 +10,7 @@ settings = { theme = "Catppuccin Mocha"; font-size = 16; - font-family = "VictorMono Nerd Font"; - font-variation = "wght=500"; + font-family = "VictorMono NF Medium"; background-opacity = 0.95; window-padding-x = 8; window-padding-y = 8;