nixos-config/home/gaming/lutris.nix

16 lines
186 B
Nix
Raw Normal View History

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