7 lines
99 B
Nix
7 lines
99 B
Nix
{
|
|
flake.nixosModules.alacritty = {
|
|
programs.alacritty = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|