vanadium/ghostty: init

This commit is contained in:
Primrose 2026-01-02 22:37:28 +01:00
parent d1849a6f14
commit c267604f54
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 9 additions and 1 deletions

View file

@ -177,6 +177,7 @@ in
../homeModules/common/git.nix
../homeModules/common/gpg.nix
../homeModules/common/kitty.nix
../homeModules/common/ghostty.nix
../homeModules/common/leana.nix
../homeModules/common/locale.nix
../homeModules/common/lazygit.nix

View file

@ -166,6 +166,13 @@
feh.enable = true;
sioyek.enable = true;
ghostty = {
enable = true;
settings = {
command = lib.getExe config.programs.fish.package;
};
};
kitty = {
enable = true;
font.size = 12; # sweet spot for framework 13

View file

@ -3,7 +3,7 @@
gtk-titlebar = false;
window-decoration = "none";
font-family = "Iosevka";
font-family = "Iosevka NFM";
font-size = 12;
background = "#fdf6e3";