feat: customize ghostty

This commit is contained in:
tux
2025-01-04 11:10:26 +05:30
parent c4f505111d
commit dc1b2ebeff

View File

@ -1,4 +1,18 @@
{pkgs, ...}: {
home.file = {
".config/ghostty/config" = {
text = ''
theme = rose-pine
gtk-titlebar = false
window-padding-x = 10
window-padding-y = 10
font-size = 16
'';
};
};
home.packages = with pkgs; [
ghostty
];