about summary refs log tree commit diff stats
path: root/home-manager/packages
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-28 18:59:41 +0200
committerSoispha <soispha@vhack.eu>2023-07-28 19:00:45 +0200
commit697e1e4dabd8125974e2f589eb0a6e84c8b0e47a (patch)
tree27bf96d4ab431c17666a5da99407821bbd435fd1 /home-manager/packages
parentFeat(hm/conf/mail): Add non-public mail accounts (diff)
downloadnixos-config-697e1e4dabd8125974e2f589eb0a6e84c8b0e47a.tar.gz
nixos-config-697e1e4dabd8125974e2f589eb0a6e84c8b0e47a.zip
Docs(hm/packages): Improve comments
Diffstat (limited to '')
-rw-r--r--home-manager/packages/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/home-manager/packages/default.nix b/home-manager/packages/default.nix
index 6bba27ac..516107aa 100644
--- a/home-manager/packages/default.nix
+++ b/home-manager/packages/default.nix
@@ -30,12 +30,13 @@ with pkgs; let
       mumble # voice chat software (client)
       lutris # multiple game store clients
 
-      element-desktop
-      signal-desktop
+      nheko # best matrix client (as of today)
+      # element-desktop  # nheko didn't work
+      signal-desktop # to avoid encryption problems with signal-bridge
     ];
 
     Misc = [
-      #kalzium # Periodic Table of Elements
+      #kalzium # Periodic Table of Elements (`element` is [sort of] better)
       keepassxc # password manager
       #onlykey # OnlyKey Chrome Desktop App
       anki-bin # spaced repetition
@@ -108,7 +109,7 @@ with pkgs; let
     Editors = [
       ed # A POSIX-compliant line-oriented text editor
       #sed # GNU stream editor
-      #vi # The original ex/vi text editor # TODO
+      vim # The original ex/vi text editor (this is `vim` and not `vi`, as `vi` is unfree)
       neovim # Fork of Vim aiming to improve user experience, plugins, and GUIs
     ];