nix/home/games/morrowind/default.nix

7 lines
72 B
Nix

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