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, ...}: {
|
||||
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