main @ 26 LINES
[ HISTORY ] [ UP ]
┌─ NIX ──────────────────────────────────────────────────────────────────────┐
│ { │
│ 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"; │
│ }; │
│ }; │
│ } │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ NIX ────────────────────────────────┐
│ { │
│ 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