We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37bc7d0 commit a9218cbCopy full SHA for a9218cb
home/comms/misc.nix
@@ -1,16 +1,10 @@
1
-{
2
- lib,
3
- pkgs,
4
- inputs,
5
- hostPlatform,
6
- ...
7
-}: {
+{lib, ...}: {
8
home.packages = lib.attrsets.attrValues {
9
- telegram-tui = inputs.tgt.packages.${hostPlatform.system}.default;
10
- inherit
11
- (pkgs)
12
- gomuks # Matrix client TUI
13
- ;
+ # telegram-tui = inputs.tgt.packages.${hostPlatform.system}.default;
+ # inherit
+ # (pkgs)
+ # gomuks # Matrix client TUI
+ # ;
14
};
15
16
programs.discordo = {
0 commit comments