nixos-config/modules/home-manager/terminal/default.nix
2024-07-12 18:19:30 +09:00

9 lines
86 B
Nix

{ ... }:
{
imports = [
./shell
./kitty
./wezterm
];
}