lutris and wine for thinkpad

This commit is contained in:
Andrea Ciceri 2023-04-01 11:41:39 +02:00
parent 2ce75e98be
commit ea18267fa5
No known key found for this signature in database
3 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{pkgs, ...}: {
home.packages = [pkgs.lutris];
}