zenix: add retroarch and warpinator
This commit is contained in:
parent
ece1abdd3e
commit
ba4d4bba1b
2 changed files with 17 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{...}: {
|
||||
{pkgs, ...}: {
|
||||
allowUnfreePkgNames = [
|
||||
"steam"
|
||||
"steam-unwrapped"
|
||||
|
|
@ -27,4 +27,15 @@
|
|||
capSysNice = true;
|
||||
};
|
||||
programs.gamemode.enable = true;
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"mbedtls-2.28.10"
|
||||
];
|
||||
services.xserver.desktopManager.retroarch = {
|
||||
enable = true;
|
||||
package = pkgs.retroarch.withCores (cores:
|
||||
with cores; [
|
||||
bsnes
|
||||
beetle-psx-hw
|
||||
]);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{...}: {
|
||||
{pkgs, ...}: {
|
||||
i18n.supportedLocales = [
|
||||
"eo/UTF-8"
|
||||
"en_GB.UTF-8/UTF-8"
|
||||
|
|
@ -9,4 +9,8 @@
|
|||
enable = true;
|
||||
};
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
warpinator
|
||||
];
|
||||
networking.firewall.allowedTCPPorts = [42000 42001];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue