1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-01 12:37:46 +00:00

Update Ghostty config

This commit is contained in:
RGBCube 2023-12-07 08:34:33 +03:00
parent 907ff376b4
commit 195e72ed6d
No known key found for this signature in database

View file

@ -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))
];