added vintage story yeet

This commit is contained in:
chem 2025-09-08 12:59:35 -06:00
parent 8795fa3bb4
commit e1ee53c6b3
4 changed files with 7 additions and 0 deletions

View file

@ -66,6 +66,7 @@
nmap
qbittorrent
virt-manager
vintagestory
];
username = "chem";

View file

@ -2,4 +2,5 @@
with lib; {
android_sdk.accept_license = true; #TODO: what the fuck is this
allowUnfreePredicate = pkg: import ./unfree.nix lib (getName pkg);
allowInsecurePredicate = pkg: import ./insecure.nix lib (getName pkg);
}

4
pkgs/config/insecure.nix Normal file
View file

@ -0,0 +1,4 @@
lib: name:
with lib;
elem name [
]

View file

@ -8,4 +8,5 @@ with lib;
"steam-original"
"steam-unwrapped"
"steam-run"
"vintagestory"
]