more ghostty config

This commit is contained in:
cy 2025-01-20 01:37:20 -05:00
parent 64ee8f436f
commit 880a144952
2 changed files with 6 additions and 1 deletions

View file

@ -2,5 +2,10 @@
programs.ghostty = { programs.ghostty = {
enable = true; enable = true;
enableZshIntegration = true; enableZshIntegration = true;
settings = {
font-family = "IBM Plex Mono";
font-size = 8;
window-decoration = false;
};
}; };
} }

View file

@ -6,7 +6,7 @@
}: }:
let let
wallpaper = "${./nixos-c-book.png}"; wallpaper = "${./nixos-c-book.png}";
terminal = "foot"; terminal = "ghostty";
menu = [ menu = [
"fuzzel" "fuzzel"
"-w" "-w"