From 8951234504f704df176f58f75ef56a144b452b43 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sat, 22 Mar 2025 15:45:32 -0700 Subject: [PATCH] fix(home/bundles): Properly set priority on mac Force disable journalctl & systemctl --- modules/home/bundles/mac/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/bundles/mac/default.nix b/modules/home/bundles/mac/default.nix index eef1f51..bac4b0b 100644 --- a/modules/home/bundles/mac/default.nix +++ b/modules/home/bundles/mac/default.nix @@ -17,8 +17,8 @@ in { programs = { cli = enabled; - journalctl = disabled; - systemctl = disabled; + journalctl = lib.mkForce disabled; + systemctl = lib.mkForce disabled; tui = enabled; cava = lib.mkForce disabled;