ghostty
This commit is contained in:
10
modules/home/ghostty.nix
Normal file
10
modules/home/ghostty.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
settings = {
|
||||
"font" = "Intel One Mono";
|
||||
"theme" = "gruvbox-dark";
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user