nix-config/modules/home-manager/terminal/default.nix
smayzy 412ce8623a
All checks were successful
nix flake show / show-flake (push) Successful in 27s
clean hm modules
2025-07-24 18:45:11 +02:00

8 lines
68 B
Nix

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