mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
feat: customize ghostty
This commit is contained in:
@ -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
|
||||
];
|
||||
|
Reference in New Issue
Block a user