nixos-config/config/programs/alacritty.nix

8 lines
177 B
Nix

{ pkgs, ... }: {
programs.alacritty.settings = {
#bell.command = {
# command = "${pkgs.libnotify}/bin/notify-send";
# args = "Console Bell rung";
#};
};
}