From a8964cfc7bd77db231aa4cf0724739383735be0d Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 5 Jul 2022 18:04:05 +0300 Subject: feat(tazjin/nixos): install thunderbird sometimes I need a GUI mail client for stuff Change-Id: I956e804b7167571e535556ad02a50637621b01bf Reviewed-on: https://cl.tvl.fyi/c/depot/+/5923 Tested-by: BuildkiteCI Reviewed-by: tazjin Reviewed-by: sterni Autosubmit: tazjin --- users/tazjin/home/shared.nix | 1 + users/tazjin/nixos/modules/physical.nix | 1 + 2 files changed, 2 insertions(+) (limited to 'users/tazjin') diff --git a/users/tazjin/home/shared.nix b/users/tazjin/home/shared.nix index 2fd17cdc0b5f..8e85d7b49f87 100644 --- a/users/tazjin/home/shared.nix +++ b/users/tazjin/home/shared.nix @@ -28,6 +28,7 @@ ".ssh" ".steam" ".telega" + ".thunderbird" "go" "mail" ]; diff --git a/users/tazjin/nixos/modules/physical.nix b/users/tazjin/nixos/modules/physical.nix index ed9d9c7d276c..f2e44c479aa6 100644 --- a/users/tazjin/nixos/modules/physical.nix +++ b/users/tazjin/nixos/modules/physical.nix @@ -65,6 +65,7 @@ in rustup screen scrot + thunderbird tig tokei tree -- cgit 1.4.1