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

{
  lib,
  osConfig,
  ...
}: let
  inherit (lib) elem mkIf;
  inherit (osConfig.ooknet.workstation) profiles;
in {
  imports = [
    ./wow.nix
    ./wine.nix
    ./bottles.nix
    ./emulation.nix
    ./project-plus
    ./minecraft.nix
    ./lutris.nix
    ./nixzeroth
  ];
  config = mkIf (elem "gaming" profiles) {
    ooknet.binds = {
      steam = "steam";
      factorio = "steam steam://rungameid/427520";
    };
  };
}

{
  lib,
  osConfig,
  ...
}: let
  inherit (lib) elem mkIf;
  inherit (osConfig.ooknet.workstation) prof
iles;
in {
  imports = [
    ./wow.nix
    ./wine.nix
    ./bottles.nix
    ./emulation.nix
    ./project-plus
    ./minecraft.nix
    ./lutris.nix
    ./nixzeroth
  ];
  config = mkIf (elem "gaming" profiles) {
    ooknet.binds = {
      steam = "steam";
      factorio = "steam steam://rungameid/42
7520";
    };
  };
}
 
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET