dotfiles/modules/desktop/gaming/srb2k.nix

8 lines
104 B
Nix

{ lib, pkgs, options, config, ... }:
with lib;
let
cfg = config.modules.desktop.gaming.srb2k;
in {
}