Skip to content

Commit a9218cb

Browse files
committed
chore(comms): disable TUI's (gomuks, tgt)
1 parent 37bc7d0 commit a9218cb

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

home/comms/misc.nix

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1-
{
2-
lib,
3-
pkgs,
4-
inputs,
5-
hostPlatform,
6-
...
7-
}: {
1+
{lib, ...}: {
82
home.packages = lib.attrsets.attrValues {
9-
telegram-tui = inputs.tgt.packages.${hostPlatform.system}.default;
10-
inherit
11-
(pkgs)
12-
gomuks # Matrix client TUI
13-
;
3+
# telegram-tui = inputs.tgt.packages.${hostPlatform.system}.default;
4+
# inherit
5+
# (pkgs)
6+
# gomuks # Matrix client TUI
7+
# ;
148
};
159

1610
programs.discordo = {

0 commit comments

Comments
 (0)