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

{
  lib,
  config,
  pkgs,
  ...
}: let
  inherit (lib) mkIf elem;
  inherit (config.ooknet.workstation) profiles;
in {
  config = mkIf (elem "gaming" profiles) {
    programs.steam = {
      enable = true;
      package = pkgs.steam;
      protontricks.enable = true;
      extraCompatPackages = [pkgs.proton-ge-bin];
    };
  };
}

{
  lib,
  config,
  pkgs,
  ...
}: let
  inherit (lib) mkIf elem;
  inherit (config.ooknet.workstation) profil
es;
in {
  config = mkIf (elem "gaming" profiles) {
    programs.steam = {
      enable = true;
      package = pkgs.steam;
      protontricks.enable = true;
      extraCompatPackages = [pkgs.proton-ge-
bin];
    };
  };
}
 
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET