commit ea6adc3a06c8dbc44e0063febf2ddd3d61648485 parent 955696f757e865d048c78cefa13764ce1750009f Author: mtmn <miro@haravara.org> Date: Mon, 27 Apr 2026 16:10:18 +0200 proton: ghostty, treesitter Diffstat:
| M | hosts/proton/default.nix | | | 2 | +- |
| M | hosts/proton/overlays/config/ghostty/config | | | 4 | +--- |
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/hosts/proton/default.nix b/hosts/proton/default.nix @@ -1,5 +1,5 @@ {pkgs, ...}: { - imports = [../../modules/mixins/dotfiles ../../modules/mixins/core ./overlays]; + imports = [../../modules/mixins/dotfiles ../../modules/mixins/core ../../modules/mixins/treesitter ./overlays]; programs.git = { enable = true; diff --git a/hosts/proton/overlays/config/ghostty/config b/hosts/proton/overlays/config/ghostty/config @@ -1,9 +1,7 @@ -window-decoration = false - scrollback-limit = 10000 mouse-hide-while-typing = true -font-family = "UW ttyp0" +font-family = "Intel One Mono" font-size = 14 font-style-bold = no-bold font-style-bold-italic = no-bold-italic