added custom pkgs and yuzu
This commit is contained in:
parent
91d1e9cc77
commit
a1e1db21ec
5 changed files with 43 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
./ROG_Pugio_II_fixes.nix
|
||||
./steam.nix
|
||||
./tetrio.nix
|
||||
./yuzu.nix
|
||||
|
||||
];
|
||||
|
||||
|
|
6
users/willifan/desktop/games/yuzu.nix
Normal file
6
users/willifan/desktop/games/yuzu.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
yuzu
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue