nixos-config/modules/home-manager/terminal/default.nix
2024-07-15 12:09:17 +09:00

7 lines
54 B
Nix

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