/ cli / alacritty.nix
alacritty.nix
1  { config, lib, pkgs, ... }: { programs.alacritty = { enable = true; }; }