added games.nix to bob

This commit is contained in:
2025-01-10 22:49:49 -05:00
parent 7ad195ff24
commit f852d9b9fb
2 changed files with 7 additions and 0 deletions

6
systems/bob/games.nix Normal file
View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
osu-lazer-bin
];
}