stockholm/makefu/2configs/tools/games.nix

9 lines
102 B
Nix
Raw Normal View History

2017-03-01 15:23:12 +00:00
{ pkgs, ... }:
{
krebs.per-user.makefu.packages = with pkgs; [
steam
2017-05-24 08:52:37 +00:00
games-user-env
2017-03-01 15:23:12 +00:00
];
}