Lutris: new module

This commit is contained in:
Filippo Berto 2023-05-04 09:23:21 +02:00
parent aa8507ea84
commit 5ed8c20878
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 4 additions and 1 deletions

3
hm_modules/lutris.nix Normal file
View file

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