about summary refs log tree commit diff stats
path: root/home-manager
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-19 12:21:41 +0200
committerSoispha <soispha@vhack.eu>2023-08-19 12:21:41 +0200
commitf11850d1c9506766552f6d20dc08674538a1aea7 (patch)
tree7b32b99eba5eeff34bc24f326eb58cfd1998e8d7 /home-manager
parentFeat(hm/conf/iamb): Init (diff)
downloadnixos-config-f11850d1c9506766552f6d20dc08674538a1aea7.tar.gz
nixos-config-f11850d1c9506766552f6d20dc08674538a1aea7.zip
Fix(hm/packages): Add iamb and remove nheko
Diffstat (limited to 'home-manager')
-rw-r--r--home-manager/soispha/packages/default.nix6
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.