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