new_dots/home/modules/kitty.nix
2026-01-03 12:48:28 +01:00

9 lines
107 B
Nix

{
programs.kitty = {
enable = true;
settings = {
background_opacity = 0.75;
};
};
}