/ applications / lutris.nix
lutris.nix
1  { config, lib, pkgs, ... }: {
2    home.packages = [ pkgs.lutris-unwrapped ];
3  }