remove unneeded nextclound-client; new ryujinx name; add lots of git config;

This commit is contained in:
2025-02-25 17:56:12 +00:00
parent 6b166adadf
commit bbc1933f92
6 changed files with 43 additions and 23 deletions

View File

@@ -1,9 +1,9 @@
{ inputs, pkgs, config, ... }:
{ inputs, pkgs, ... }:
{
home.packages = with pkgs;[
steamguard-cli
bottles
inputs.nixpkgs-unstable.legacyPackages."${pkgs.system}".ryujinx-greemdev
inputs.nixpkgs-unstable.legacyPackages."${pkgs.system}".ryubing
];
}