mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds matrix
This commit is contained in:
parent
de9aa7af57
commit
0492215057
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
{ ...}: {
|
{ ...}: {
|
||||||
imports =
|
imports =
|
||||||
[(import ./iceshrimp.nix)];
|
[(import ./iceshrimp.nix)]
|
||||||
|
++ [(import ./matrix/default.nix)];
|
||||||
# ++ [(import ./tmux.nix)];
|
# ++ [(import ./tmux.nix)];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue