From ffc5947bec03d7e470796f16611ae68f073182c2 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 30 Mar 2026 08:43:38 +0200 Subject: [PATCH 1/2] feat(nix): update apps, tools, and system packages - Added `blackhole-2ch` to casks and `darktable` to system packages. - Disabled `wezterm` and kept `direnv` and `alacritty` enabled in tools. - Improves utility and functionality by refining the configuration. --- systems/aarch64-darwin/m4/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/systems/aarch64-darwin/m4/default.nix b/systems/aarch64-darwin/m4/default.nix index d840cec..0ec00b7 100644 --- a/systems/aarch64-darwin/m4/default.nix +++ b/systems/aarch64-darwin/m4/default.nix @@ -14,6 +14,7 @@ with lib.metacfg; "libusb" "mas" ]; + casks = [ "blackhole-2ch" ]; masApps = { }; onActivation = { cleanup = "zap"; @@ -30,7 +31,7 @@ with lib.metacfg; tools = { direnv.enable = true; alacritty.enable = true; - wezterm.enable = true; + wezterm.enable = false; }; build.enable = true; }; @@ -45,6 +46,7 @@ with lib.metacfg; nodejs qemu virt-manager + darktable ]; users.users.harald.shell = pkgs.fish; From 9e212934dda511417634c72acbfeda59ed2fe24b Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 30 Mar 2026 08:43:45 +0200 Subject: [PATCH 2/2] feat(nix): remove wezterm from system packages - Disabled `wezterm` in the list of default system packages. - Streamlines the configuration by focusing on existing terminal tools. --- modules/darwin/services/base/default.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/modules/darwin/services/base/default.nix b/modules/darwin/services/base/default.nix index 7596aa5..edb4e01 100644 --- a/modules/darwin/services/base/default.nix +++ b/modules/darwin/services/base/default.nix @@ -1,8 +1,7 @@ -{ - config, - lib, - pkgs, - ... +{ config +, lib +, pkgs +, ... }: with lib; with lib.metacfg; @@ -39,7 +38,6 @@ in wget ssh-tresor starship - wezterm ]; shells = [ pkgs.fish