forked from fabian/nix_config
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
|
nmap
|
||||||
qbittorrent
|
qbittorrent
|
||||||
virt-manager
|
virt-manager
|
||||||
|
vintagestory
|
||||||
];
|
];
|
||||||
|
|
||||||
username = "chem";
|
username = "chem";
|
||||||
|
|
|
@ -2,4 +2,5 @@
|
||||||
with lib; {
|
with lib; {
|
||||||
android_sdk.accept_license = true; #TODO: what the fuck is this
|
android_sdk.accept_license = true; #TODO: what the fuck is this
|
||||||
allowUnfreePredicate = pkg: import ./unfree.nix lib (getName pkg);
|
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-original"
|
||||||
"steam-unwrapped"
|
"steam-unwrapped"
|
||||||
"steam-run"
|
"steam-run"
|
||||||
|
"vintagestory"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue