blob: f1118a99a5ea187ae45665af32cc535aa6abcb1d [file] [log] [blame]
{ pkgs, ... }: {
home.packages = with pkgs; [
alacritty
];
}