nixos-config/home/gaming/lutris.nix

7 lines
164 B
Nix
Raw Normal View History

{ config, pkgs, lib, ... }:
2021-08-01 14:44:23 +02:00
{
# TODO move into heroic.nix or rename lutris.nix
2024-04-30 23:11:44 +02:00
home.packages = with pkgs; [ unstable.wineWowPackages.stable lutris heroic ];
2021-08-01 14:44:23 +02:00
}