From e22d153d04003348992fe5ae582de2cb999ad9ee Mon Sep 17 00:00:00 2001 From: David Morgan Date: Tue, 1 Nov 2022 11:57:27 +0000 Subject: [PATCH] Add some packages to linux-server.nix --- nix-conf/home/includes/linux-server.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix-conf/home/includes/linux-server.nix b/nix-conf/home/includes/linux-server.nix index 479eda1..14d7da5 100644 --- a/nix-conf/home/includes/linux-server.nix +++ b/nix-conf/home/includes/linux-server.nix @@ -5,10 +5,13 @@ ]; home.packages = with pkgs; [ + duplicity emacs-nox irssi msmtp neomutt + protonmail-bridge + restic ]; ## TODO programs.tmux.prefix newSession plugins etc