ctucx.git: nixfiles

ctucx' nixfiles

commit 1dce3e3ed7cce95143898210a8059ef356c3b0c0
parent ebd6b541d07fdb2d9909804c18b989b0f8716f0a
Author: Leah (ctucx) <leah@ctu.cx>
Date: Mon, 4 Apr 2022 12:23:41 +0200

machines/blechbuechse/configuration: add Thunderbird to systemPackages
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/machines/blechbuechse/darwin-configuration.nix b/machines/blechbuechse/darwin-configuration.nix
@@ -7,6 +7,7 @@ let
   MonitorControl  = pkgs.callPackage ../../pkgs/macApps/MonitorControl.nix {};
   KeepingYouAwake = pkgs.callPackage ../../pkgs/macApps/KeepingYouAwake.nix {};
   Firefox         = pkgs.callPackage ../../pkgs/macApps/Firefox.nix {};
+  Thunderbird     = pkgs.callPackage ../../pkgs/macApps/Thunderbird.nix {};
   LibreOffice     = pkgs.callPackage ../../pkgs/macApps/LibreOffice.nix {};
   iTerm           = pkgs.callPackage ../../pkgs/macApps/iTerm.nix {};
   HiddenBar       = pkgs.callPackage ../../pkgs/macApps/HiddenBar.nix {};

@@ -53,6 +54,7 @@ in {
     systemPackages = with pkgs; [
       bashInteractive
       Firefox
+      Thunderbird
       LibreOffice
       iTerm
       HiddenBar