add nixgl
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{ inputs, pkgs, ... }:
|
||||
{ inputs, pkgs, config, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs;[
|
||||
steamguard-cli
|
||||
bottles
|
||||
inputs.nixpkgs-unstable.legacyPackages."${pkgs.system}".ryujinx-greemdev
|
||||
(config.lib.nixGL.wrap bottles)
|
||||
(config.lib.nixGL.wrap inputs.nixpkgs-unstable.legacyPackages."${pkgs.system}".ryujinx-greemdev)
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user