This commit is contained in:
mjallen18
2025-02-20 10:12:37 -06:00
commit 3467cccc24
6 changed files with 703 additions and 0 deletions

7
modules/default.nix Normal file
View File

@@ -0,0 +1,7 @@
{ config, lib, pkgs, ... }:
{
imports = [
./steam-rom-manager
];
}