nix-config/home/wm/alacritty.nix
2024-12-19 16:16:25 +01:00

5 lines
53 B
Nix

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