diff options
author | Soispha <soispha@vhack.eu> | 2023-08-19 12:21:41 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-19 12:21:41 +0200 |
commit | f11850d1c9506766552f6d20dc08674538a1aea7 (patch) | |
tree | 7b32b99eba5eeff34bc24f326eb58cfd1998e8d7 /home-manager | |
parent | Feat(hm/conf/iamb): Init (diff) | |
download | nixos-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.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. |