From e01164bdd3ef80e28349fea95ef6bc9b44b61d27 Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Wed, 14 Jun 2023 06:14:58 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20misc=20tools=20evolution=20-=20telegram?= =?UTF-8?q?,=20protonmail-bridge=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages.nix | 5 +++-- programs/zsh.nix | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages.nix b/packages.nix index 56c212c..04847fc 100644 --- a/packages.nix +++ b/packages.nix @@ -89,9 +89,10 @@ offpunk lagrange thunderbird - ferdium + protonmail-bridge slack signal-desktop + tdesktop zoom-us libreoffice freemind @@ -106,6 +107,7 @@ gcalcli spotify + spotdl vlc audacity obs-studio @@ -132,7 +134,6 @@ php php81Packages.composer - python python3 mkcert goaccess diff --git a/programs/zsh.nix b/programs/zsh.nix index 63f4291..fe70bb6 100644 --- a/programs/zsh.nix +++ b/programs/zsh.nix @@ -1,4 +1,5 @@ { + # TODO replace with Starship: https://starship.rs/fr-fr/installing/#declaration-utilisateur-unique-via-home-manager programs.zsh = { enable = true; enableAutosuggestions = true;