ctucx.git: nixfiles

ctucx' nixfiles

commit 8c5b736ebf11d01ee063f9d48c1e34ef52b81b7c
parent c383e2a59562a65eed0e084519b6378767a4eb18
Author: Leah (ctucx) <git@ctu.cx>
Date: Tue, 16 May 2023 17:12:34 +0200

pkgs: move darwin-related stuff into subfolder
19 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/flake.nix b/flake.nix
@@ -9,7 +9,7 @@
         system = "aarch64-darwin";
         pkgs = import inputs.nixpkgsDarwin {
           inherit system;
-          overlays = overlays ++ [(import ./pkgs/darwin-overlay.nix)];
+          overlays = overlays ++ [(import ./pkgs/darwin)];
         };
         specialArgs = {
           currentSystem = system;
diff --git a/pkgs/XPCEventStreamHandler/default.nix b/pkgs/darwin/XPCEventStreamHandler/default.nix
diff --git a/pkgs/XPCEventStreamHandler/xpc_set_event_stream_handler.m b/pkgs/darwin/XPCEventStreamHandler/xpc_set_event_stream_handler.m
diff --git a/pkgs/asitop.nix b/pkgs/darwin/asitop.nix
diff --git a/pkgs/bgiparser.nix b/pkgs/darwin/bgiparser.nix
diff --git a/pkgs/darwin-overlay.nix b/pkgs/darwin/default.nix
diff --git a/pkgs/macApps/AlDente.nix b/pkgs/darwin/macApps/AlDente.nix
diff --git a/pkgs/macApps/Firefox.nix b/pkgs/darwin/macApps/Firefox.nix
diff --git a/pkgs/macApps/HiddenBar.nix b/pkgs/darwin/macApps/HiddenBar.nix
diff --git a/pkgs/macApps/Hot.nix b/pkgs/darwin/macApps/Hot.nix
diff --git a/pkgs/macApps/IINA.nix b/pkgs/darwin/macApps/IINA.nix
diff --git a/pkgs/macApps/KeepingYouAwake.nix b/pkgs/darwin/macApps/KeepingYouAwake.nix
diff --git a/pkgs/macApps/LibreOffice.nix b/pkgs/darwin/macApps/LibreOffice.nix
diff --git a/pkgs/macApps/MonitorControl.nix b/pkgs/darwin/macApps/MonitorControl.nix
diff --git a/pkgs/macApps/Rectangle.nix b/pkgs/darwin/macApps/Rectangle.nix
diff --git a/pkgs/macApps/Thunderbird.nix b/pkgs/darwin/macApps/Thunderbird.nix
diff --git a/pkgs/macApps/iTerm.nix b/pkgs/darwin/macApps/iTerm.nix
diff --git a/pkgs/uhubDaemon.nix b/pkgs/darwin/uhubDaemon.nix
diff --git a/pkgs/yabai.nix b/pkgs/darwin/yabai.nix