mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +05:30
feat: customize ghostty
This commit is contained in:
@ -1,4 +1,18 @@
|
|||||||
{pkgs, ...}: {
|
{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; [
|
home.packages = with pkgs; [
|
||||||
ghostty
|
ghostty
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user