Deployment and lifecycle management for Nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

maybe log launchd command

+2
+2
nix/home-module.nix
··· 89 89 Minute = 0; 90 90 } 91 91 ]; 92 + StandardErrorPath = "${config.home.homeDirectory}/Library/Logs/sower-client.log"; 93 + StandardOutPath = "${config.home.homeDirectory}/Library/Logs/sower-client.log"; 92 94 }; 93 95 }; 94 96 };