nix-dotfiles/hm/lutris.nix

7 lines
87 B
Nix

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