Initial package config work

This commit is contained in:
Henry Hiles 2024-03-12 16:29:16 -04:00
parent 1be0816bf3
commit a537842c6a
5 changed files with 21 additions and 147 deletions

View file

@ -6,11 +6,17 @@ export default createConfig({
pkgs.warehouse.withCommit(
"510449e16535f2b28ef0ae9a53b0df119494e32d36a5572e0db1c44e96d9b08f"
),
pkgs.vscodium.withConfig({
"file.json": {
some: "value",
}.toString(),
"otherFile.ini": "foo",
pkgs.VSCodium.withConfig({
files: {
"test.ini": {
source: "foo",
},
},
symlinks: {
"test/test.json": {
source: "config/test.json",
},
},
}),
],
})