mirror of
https://github.com/materusPL/nixos-config
synced 2025-06-20 15:36:13 +02:00
10 lines
69 B
Nix
10 lines
69 B
Nix
{...}:
|
|
{
|
|
|
|
imports = [
|
|
./wezterm.nix
|
|
./tmux.nix
|
|
];
|
|
|
|
}
|