update, remove hyprland, alacritty opacity.

This commit is contained in:
2025-10-20 15:43:57 -05:00
parent 69730ceb69
commit ec3ce17cb6
8 changed files with 28 additions and 149 deletions

View File

@@ -0,0 +1,11 @@
{ pkgs, lib, ... }:
{
programs.alacritty = {
enable = true;
settings = {
window = {
opacity = 0.95;
};
};
};
}