added tetrio

This commit is contained in:
willifan 2024-07-04 16:43:12 +02:00
parent 0af50cb885
commit f6aa4c8fc9
2 changed files with 10 additions and 1 deletions

View file

@ -7,7 +7,8 @@
./minecraft.nix ./minecraft.nix
./ROG_Pugio_II_fixes.nix ./ROG_Pugio_II_fixes.nix
./steam.nix ./steam.nix
./tetrio.nix
]; ];
} }

View file

@ -0,0 +1,8 @@
{ pkgs, ... }:
{
environment.systemPackages = [
pkgs.tetrio-desktop
];
}