nix-config/home/programs/games/lutris.nix

10 lines
88 B
Nix

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