feat: adds matrix

This commit is contained in:
Ahwx 2024-07-15 23:08:14 +02:00
parent de9aa7af57
commit 0492215057

View file

@ -1,5 +1,6 @@
{ ...}: { { ...}: {
imports = imports =
[(import ./iceshrimp.nix)]; [(import ./iceshrimp.nix)]
++ [(import ./matrix/default.nix)];
# ++ [(import ./tmux.nix)]; # ++ [(import ./tmux.nix)];
} }