diff --git a/home/common/shell/ghostty.nix b/home/common/shell/ghostty.nix index e37b674..ae9f424 100644 --- a/home/common/shell/ghostty.nix +++ b/home/common/shell/ghostty.nix @@ -4,7 +4,7 @@ let in { home.file.".config/ghostty/config".text = '' - theme = catppuccin-mocha + theme = catppuccin-${theme.catppuccin.flavor} font-family = "${theme.fonts.monospace.name}" ''; }