Update: 08/18/2024 06:51:28 PM
This commit is contained in:
10
user/apps/utils/alacritty.nix
Normal file
10
user/apps/utils/alacritty.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
alacritty
|
||||
];
|
||||
programs.alacritty.enable = true;
|
||||
programs.alacritty.settings = {
|
||||
window.opacity = lib.mkForce 0.85;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user