diff options
author | Vincent Ambo <mail@tazj.in> | 2022-07-05T15·04+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-07-05T15·09+0000 |
commit | a8964cfc7bd77db231aa4cf0724739383735be0d (patch) | |
tree | d0ff02b9ab29e60d5441b0eb0a48f5d10acbe75c | |
parent | 01bfe729a279b8d8b398eeda922ba176743fe1fe (diff) |
feat(tazjin/nixos): install thunderbird r/4277
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 <tazjin@tvl.su> Reviewed-by: sterni <sternenseemann@systemli.org> Autosubmit: tazjin <tazjin@tvl.su>
-rw-r--r-- | users/tazjin/home/shared.nix | 1 | ||||
-rw-r--r-- | users/tazjin/nixos/modules/physical.nix | 1 |
2 files changed, 2 insertions, 0 deletions
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 |