diff options
Diffstat (limited to '')
-rw-r--r-- | home-manager/soispha/packages/default.nix | 6 |
1 files changed, 5 insertions, 1 deletions
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. |