nix-config/modules/nix/terminal/default.nix
smayzy 1585912162
All checks were successful
nix flake show / show-flake (push) Successful in 31s
add alacritty
2025-07-24 17:18:58 +02:00

7 lines
52 B
Nix

{ ... }:
{
imports = [
./alacritty.nix
];
}