Skip to content

Commit 37771ae

Browse files
Lynn Landesjvoisin
authored andcommitted
Added NixOS nixpkg method to install-openmw doc
1 parent 6e10494 commit 37771ae

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/source/manuals/installation/install-openmw.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,13 @@ OpenMW is available as a flatpak. With flatpak installed, run the command below.
8989
.. code-block:: console
9090
9191
$ flatpak install openmw
92+
93+
NixOS
94+
=====
95+
OpenMW is available as a Nix package. To install, add the following Nix code to your NixOS Configuration.
96+
97+
.. code-block:: nix
98+
99+
environment.systemPackages = [
100+
pkgs.openmw
101+
];

0 commit comments

Comments
 (0)