This commit is contained in:
2025-06-18 17:34:15 +02:00
parent 5f71082f15
commit 5711841421
2 changed files with 11 additions and 0 deletions

10
modules/home/ghostty.nix Normal file
View File

@ -0,0 +1,10 @@
{
programs.ghostty = {
enable = true;
enableFishIntegration = true;
settings = {
"font" = "Intel One Mono";
"theme" = "gruvbox-dark";
};
};
}