nix-dotfiles/modules/hm/lutris.nix

3 lines
77 B
Nix

{ pkgs, ... }: {
home.packages = [ pkgs.lutris pkgs.winePackages.full ];
}