nixos-config/home/gaming/lutris.nix

7 lines
132 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
home.packages = with pkgs; [ lutris heroic ];
2021-08-01 14:44:23 +02:00
}