nixos-config/configurations/profile/home/terminal/default.nix

10 lines
69 B
Nix

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