this repo has no description
1
fork

Configure Feed

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

fix(darwin): add systemUser argument for latest update

+8
+8
modules/darwin/system.nix
··· 1 + {delib, ...}: 2 + delib.module { 3 + name = "darwin.system"; 4 + 5 + darwin.always = { 6 + system.primaryUser = "ovy"; 7 + }; 8 + }