Less transparency on windows

This commit is contained in:
Emmet 2024-02-22 20:01:33 -06:00
parent 9f6f50fdaf
commit 33e0cffe81
5 changed files with 8 additions and 8 deletions

View file

@ -6,6 +6,6 @@
];
programs.kitty.enable = true;
programs.kitty.settings = {
background_opacity = lib.mkForce "0.65";
background_opacity = lib.mkForce "0.75";
};
}