nix-config/home/alacritty.nix

6 lines
83 B
Nix

{
programs.alacritty = {
enable = true;
catppuccin.enable = true;
};
}