diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-11-01 11:57:27 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-11-01 11:57:27 +0000 |
commit | e22d153d04003348992fe5ae582de2cb999ad9ee (patch) | |
tree | 256c90c0f022bea834546465dc0a5d21f0543905 /nix-conf/home/includes | |
parent | 1b2afd438743e6460b79c366dc1835c8fb7eb671 (diff) | |
download | dotfiles-e22d153d04003348992fe5ae582de2cb999ad9ee.tar.gz |
Add some packages to linux-server.nix
Diffstat (limited to 'nix-conf/home/includes')
-rw-r--r-- | nix-conf/home/includes/linux-server.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 |