mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-01-03 00:25:03 +08:00
7 lines
161 B
Nix
7 lines
161 B
Nix
{ ...}: {
|
|
imports =
|
|
[(import ./invidious.nix)]
|
|
++ [(import ./mumble.nix)]
|
|
++ [(import ./matrix/default.nix)];
|
|
# ++ [(import ./tmux.nix)];
|
|
}
|