12 lines
210 B
Nix
12 lines
210 B
Nix
{ inputs, config, pkgs, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs;[
|
|
steamguard-cli
|
|
bottles
|
|
protontricks
|
|
gamescope
|
|
inputs.nixpkgs-unstable.legacyPackages."${pkgs.system}".ryujinx-greemdev
|
|
];
|
|
}
|