mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-27 03:04:59 +08:00
6 lines
130 B
Nix
6 lines
130 B
Nix
{ ...}: {
|
|
imports =
|
|
[(import ./iceshrimp.nix)]
|
|
++ [(import ./matrix/default.nix)];
|
|
# ++ [(import ./tmux.nix)];
|
|
}
|