mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Update Ghostty config
This commit is contained in:
parent
907ff376b4
commit
195e72ed6d
1 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,13 @@ homeConfiguration "nixos" {
|
|||
font-size = size.normal;
|
||||
font-family = mono.name;
|
||||
|
||||
window-padding-x = 10;
|
||||
window-padding-y = 10;
|
||||
|
||||
confirm-close-surface = false;
|
||||
|
||||
window-decoration = false;
|
||||
|
||||
config-file = [
|
||||
(toString (pkgs.writeText "base16-config" theme.ghosttyConfig))
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue