mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
ghostty css for tab height
This commit is contained in:
parent
e61bd1c76a
commit
692deacfb1
1 changed files with 2 additions and 4 deletions
|
|
@ -117,13 +117,11 @@ in
|
|||
settings = {
|
||||
window-save-state = "always";
|
||||
initial-command = "fish";
|
||||
include = "config/css";
|
||||
};
|
||||
extraConfig = ''
|
||||
css = ~/.config/ghostty/style.css
|
||||
'';
|
||||
};
|
||||
|
||||
home.file.".config/ghostty/style.css".text = ''
|
||||
xdg.configFile."ghostty/css".text = ''
|
||||
headerbar {
|
||||
min-height: 24px;
|
||||
padding: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue