This repository has been archived on 2025-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
quados-config/config.ts
2024-03-23 15:14:44 -04:00

23 lines
577 B
TypeScript

import pkgs from "./packages"
import { createConfig } from "quados"
export default createConfig({
pkgs: [
pkgs.warehouse.withCommit(
"510449e16535f2b28ef0ae9a53b0df119494e32d36a5572e0db1c44e96d9b08f"
),
pkgs.VSCodium.withConfig({
files: {
"test.ini": {
source: "foo",
},
},
symlinks: {
"test.json": {
source: "config/test.json",
},
},
}),
pkgs.superTuxKart,
],
})