ctucx.git: nixfiles

ctucx' nixfiles

commit 156cb6e308fd9abe1c734e3d24e22aaa54170ae4
parent 0e37d0837bdb091ee3da7c883c2b2830f687db63
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sat, 7 May 2022 14:03:46 +0200

machines/blechbuechse: add IINA, Rectangle and Hot to systemPackages
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/machines/blechbuechse/darwin-configuration.nix b/machines/blechbuechse/darwin-configuration.nix
@@ -4,14 +4,17 @@ let
   bgiparser = pkgs.callPackage ../../pkgs/bgiparser.nix {};
   asitop    = pkgs.callPackage ../../pkgs/asitop.nix {};
 
-  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 {};
+  IINA            = pkgs.callPackage ../../pkgs/macApps/IINA.nix {};
   iTerm           = pkgs.callPackage ../../pkgs/macApps/iTerm.nix {};
   HiddenBar       = pkgs.callPackage ../../pkgs/macApps/HiddenBar.nix {};
+  Hot             = pkgs.callPackage ../../pkgs/macApps/Hot.nix {};
   AlDente         = pkgs.callPackage ../../pkgs/macApps/AlDente.nix {};
+  KeepingYouAwake = pkgs.callPackage ../../pkgs/macApps/KeepingYouAwake.nix {};
+  MonitorControl  = pkgs.callPackage ../../pkgs/macApps/MonitorControl.nix {};
+  Rectangle       = pkgs.callPackage ../../pkgs/macApps/Rectangle.nix {};
 
 in {
 

@@ -56,11 +59,14 @@ in {
       Firefox
       Thunderbird
       LibreOffice
+      IINA
       iTerm
       HiddenBar
       MonitorControl
       KeepingYouAwake
+      Rectangle
       AlDente
+      Hot
     ];
   };