added vintage story yeet
This commit is contained in:
parent
8795fa3bb4
commit
e1ee53c6b3
4 changed files with 7 additions and 0 deletions
|
@ -66,6 +66,7 @@
|
|||
nmap
|
||||
qbittorrent
|
||||
virt-manager
|
||||
vintagestory
|
||||
];
|
||||
|
||||
username = "chem";
|
||||
|
|
|
@ -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
4
pkgs/config/insecure.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
lib: name:
|
||||
with lib;
|
||||
elem name [
|
||||
]
|
|
@ -8,4 +8,5 @@ with lib;
|
|||
"steam-original"
|
||||
"steam-unwrapped"
|
||||
"steam-run"
|
||||
"vintagestory"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue