ctucx.git: nixfiles

ctucx' nixfiles

commit 92d2443f0873306cdafd11e9c76605cc2b06587e
parent 12cc13ffdf036611ee6db6233b5382608c66ab05
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sat, 2 Apr 2022 23:00:38 +0200

machines/blechbuechse/configuration: add KeepingYouAwake
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/machines/blechbuechse/darwin-configuration.nix b/machines/blechbuechse/darwin-configuration.nix
@@ -4,11 +4,12 @@ let
   bgiparser = pkgs.callPackage ../../pkgs/bgiparser.nix {};
   asitop    = pkgs.callPackage ../../pkgs/asitop.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 {};
+  MonitorControl  = pkgs.callPackage ../../pkgs/macApps/MonitorControl.nix {};
+  KeepingYouAwake = pkgs.callPackage ../../pkgs/macApps/KeepingYouAwake.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 {
 

@@ -53,6 +54,7 @@ in {
       iTerm
       HiddenBar
       MonitorControl
+      KeepingYouAwake
       AlDente
     ];
   };