nixos-surface-config/homeManagerModules/gui/alacritty.nix
Rohan Deshpande b0462a90af first commit
2024-09-08 20:27:05 -04:00

6 lines
70 B
Nix

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