new_dots/home/modules/kitty.nix
2026-01-27 19:04:45 +01:00

9 lines
108 B
Nix

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