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 = {
|
programs.ghostty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
|
settings = {
|
||||||
|
font-family = "IBM Plex Mono";
|
||||||
|
font-size = 8;
|
||||||
|
window-decoration = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue