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