patch for ghostty; see: https://github.com/ghostty-org/ghostty/discussions/7720
This commit is contained in:
parent
3f4178ad0c
commit
29a465b2f8
4 changed files with 159 additions and 35 deletions
|
|
@ -1,32 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
ghostty
|
||||
fastfetch
|
||||
];
|
||||
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
|
||||
settings = {
|
||||
command = "${pkgs.fish}/bin/fish --login --interactive";
|
||||
font-family = "0xProto Nerd Font";
|
||||
font-size = 12;
|
||||
theme = "tokyonight-storm";
|
||||
window-padding-x = 10;
|
||||
window-padding-y = 10;
|
||||
cursor-color = "#7AA2F7";
|
||||
cursor-style = "block";
|
||||
cursor-style-blink = true;
|
||||
window-decoration = "none";
|
||||
window-theme = "dark";
|
||||
selection-background = "#364A82";
|
||||
selection-foreground = "#C0CAF5";
|
||||
|
||||
keybind = [
|
||||
"super+t=new_tab"
|
||||
"super+w=close_surface"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue