added tetrio
This commit is contained in:
parent
0af50cb885
commit
f6aa4c8fc9
2 changed files with 10 additions and 1 deletions
|
@ -7,7 +7,8 @@
|
|||
./minecraft.nix
|
||||
./ROG_Pugio_II_fixes.nix
|
||||
./steam.nix
|
||||
./tetrio.nix
|
||||
|
||||
];
|
||||
|
||||
}
|
||||
}
|
||||
|
|
8
users/willifan/graphical/games/tetrio.nix
Normal file
8
users/willifan/graphical/games/tetrio.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.tetrio-desktop
|
||||
];
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue