nix/home/games/morrowind/default.nix

5 lines
69 B
Nix

{ config, pkgs, ... }:
{
home.packages = with pkgs; [ openmw ];
}