update, remove hyprland, alacritty opacity.
This commit is contained in:
11
modules/home/alacritty.nix
Normal file
11
modules/home/alacritty.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
window = {
|
||||
opacity = 0.95;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user