Skip to content

Commit

Permalink
Added zero AD and open red alert
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwclark committed Mar 6, 2024
1 parent 1216695 commit bb28528
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion home/features/games/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
./steam.nix
];
home = {
packages = with pkgs; [ gamescope ];
packages = with pkgs; [
gamescope
zeroad
openra
];
};
}

0 comments on commit bb28528

Please sign in to comment.