nix-config/home/hyprland/alacritty.nix
2025-04-10 11:33:28 +02:00

9 lines
66 B
Nix

{ pkgs, ... }:
{
programs.alacritty = {
enable = true;
};
}