stockholm/makefu/2configs/tools/games.nix
2017-03-05 16:58:53 +01:00

8 lines
83 B
Nix

{ pkgs, ... }:
{
krebs.per-user.makefu.packages = with pkgs; [
steam
];
}