OOKNET                             [ /  search the index  ]  
──────────────────────────────────────────────────────────────────────────────────────
══════════════════════════════════════════════════════════════════════════════════════
OOKNET   [ /  search  ]  
────────────────────────────────────────────────
════════════════════════════════════════════════
 
 
main @ 16 LINES
 
[ HISTORY ]  [ UP ]
 

{
  osConfig,
  pkgs,
  lib,
  ook,
  ...
}: let
  inherit (lib) mkIf;
  inherit (ook.lib.services) mkTrayService;
  inherit (osConfig.ooknet.host) syncthing;
in {
  config = mkIf syncthing.enable {
    systemd.user.services."syncthing-applet" = mkTrayService "${pkgs.syncthingtray
-minimal}/bin/syncthingtray --wait";
  };
}

{
  osConfig,
  pkgs,
  lib,
  ook,
  ...
}: let
  inherit (lib) mkIf;
  inherit (ook.lib.services) mkTrayService;
  inherit (osConfig.ooknet.host) syncthing;
in {
  config = mkIf syncthing.enable {
    systemd.user.services."syncthing-applet"
 = mkTrayService "${pkgs.syncthingtray-minim
al}/bin/syncthingtray --wait";
  };
}
 
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET