From 1e8ce6189d196b8d75f9c15bec198ef4fa7a339b Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sun, 23 Aug 2026 11:41:50 -0400 Subject: temp --- hosts/RyanMac/configuration.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/RyanMac/configuration.nix b/hosts/RyanMac/configuration.nix index e19490d..e8339e6 100644 --- a/hosts/RyanMac/configuration.nix +++ b/hosts/RyanMac/configuration.nix @@ -179,7 +179,7 @@ in { enable = true; onActivation = { - cleanup = "zap"; + #extraFlags = [ "--force-cleanup" ]; }; global.brewfile = true; @@ -197,6 +197,9 @@ in { "netbird-ui" "ubersicht" "hammerspoon" + "gimp" + "kdenlive" + "rustdesk" ]; }; @@ -419,7 +422,7 @@ in { # this is fragile so it goes at the bottom echo "Reloading skhd..." - sudo -iu ${username} ${pkgs.skhd}/bin/skhd -r + sudo -iu ${username} ${pkgs.skhd}/bin/skhd -r || echo "Failed to reload skhd; continuing anyway..." # Notes if we are running for the first time and writes a message for actions that may need to be done on macOS or linux MARK="/opt/.nix-complete" -- cgit v1.3.1