mirror of
https://github.com/OpenMW/openmw.git
synced 2026-05-06 07:56:40 -04:00
Added NixOS nixpkg method to install-openmw doc
This commit is contained in:
@@ -89,3 +89,13 @@ OpenMW is available as a flatpak. With flatpak installed, run the command below.
|
||||
.. code-block:: console
|
||||
|
||||
$ flatpak install openmw
|
||||
|
||||
NixOS
|
||||
=====
|
||||
OpenMW is available as a Nix package. To install, add the following Nix code to your NixOS Configuration.
|
||||
|
||||
.. code-block:: nix
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.openmw
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user