Files
nix-steam-rom-manager/modules/steam-rom-manager/default.nix
mjallen18 3467cccc24 init
2025-02-20 10:12:37 -06:00

7 lines
68 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./config.nix
];
}