From f11850d1c9506766552f6d20dc08674538a1aea7 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 19 Aug 2023 12:21:41 +0200 Subject: Fix(hm/packages): Add iamb and remove nheko --- home-manager/soispha/packages/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'home-manager/soispha/packages/default.nix') diff --git a/home-manager/soispha/packages/default.nix b/home-manager/soispha/packages/default.nix index 0d6528dd..5fdae3b2 100644 --- a/home-manager/soispha/packages/default.nix +++ b/home-manager/soispha/packages/default.nix @@ -30,7 +30,7 @@ with pkgs; let mumble # voice chat software (client) lutris # multiple game store clients - nheko # best matrix client (as of today) + # nheko # best matrix client (as of today) # element-desktop # nheko didn't work signal-desktop # to avoid encryption problems with signal-bridge ]; @@ -50,6 +50,10 @@ with pkgs; let hyfetch # Neofetch with LGBTQ pride flags. ]; + Social = [ + iamb # best tui matrix client (as of today) + ]; + Misc = [ android-file-transfer # Android MTP client with minimalistic UI #xdg-ninja # A shell script which checks your $HOME for unwanted files and directories. -- cgit 1.4.1