6 lines
104 B
Nix
6 lines
104 B
Nix
{ pkgs, ... }: {
|
|
programs.alacritty = {
|
|
enable = true;
|
|
settings.window.opacity = 0.95;
|
|
};
|
|
}
|