ctucx.git: nixfiles

ctucx' nixfiles

commit 734dbf86337e65110f55015304fe35c901dae43a
parent 8fe3cfe222035d7ad47dda7ebb441f8880fc6f81
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 20 Mar 2022 18:09:56 +0100

machines/blechbuechse: add MonitorControl to systemPackages
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/machines/blechbuechse/darwin-configuration.nix b/machines/blechbuechse/darwin-configuration.nix
@@ -4,10 +4,11 @@ let
   bgiparser = pkgs.callPackage ../../pkgs/bgiparser.nix {};
   asitop    = pkgs.callPackage ../../pkgs/asitop.nix {};
 
-  Firefox   = pkgs.callPackage ../../pkgs/macApps/Firefox.nix {};
-  iTerm     = pkgs.callPackage ../../pkgs/macApps/iTerm.nix {};
-  HiddenBar = pkgs.callPackage ../../pkgs/macApps/HiddenBar.nix {};
-  AlDente   = pkgs.callPackage ../../pkgs/macApps/AlDente.nix {};
+  MonitorControl = pkgs.callPackage ../../pkgs/macApps/MonitorControl.nix {};
+  Firefox        = pkgs.callPackage ../../pkgs/macApps/Firefox.nix {};
+  iTerm          = pkgs.callPackage ../../pkgs/macApps/iTerm.nix {};
+  HiddenBar      = pkgs.callPackage ../../pkgs/macApps/HiddenBar.nix {};
+  AlDente        = pkgs.callPackage ../../pkgs/macApps/AlDente.nix {};
 
 in {
 

@@ -47,6 +48,7 @@ in {
       Firefox
       iTerm
       HiddenBar
+      MonitorControl
       AlDente
     ];
   };