Files
nixos-config/modules/home/ghostty.nix

14 lines
180 B
Nix

{
...
}:
{
programs.ghostty = {
enable = true;
enableZshIntegration = true;
settings = {
theme = "Catppuccin Mocha";
};
systemd.enable = true;
};
}