more ghostty config
This commit is contained in:
parent
64ee8f436f
commit
880a144952
2 changed files with 6 additions and 1 deletions
|
@ -2,5 +2,10 @@
|
|||
programs.ghostty = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
settings = {
|
||||
font-family = "IBM Plex Mono";
|
||||
font-size = 8;
|
||||
window-decoration = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
}:
|
||||
let
|
||||
wallpaper = "${./nixos-c-book.png}";
|
||||
terminal = "foot";
|
||||
terminal = "ghostty";
|
||||
menu = [
|
||||
"fuzzel"
|
||||
"-w"
|
||||
|
|
Loading…
Add table
Reference in a new issue