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.alacritty.enable = true;
programs.alacritty.settings = {
window.opacity = lib.mkForce 0.65;
window.opacity = lib.mkForce 0.75;
};
}