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

8 lines
83 B
Nix
Raw Normal View History

2017-03-01 15:23:12 +00:00
{ pkgs, ... }:
{
krebs.per-user.makefu.packages = with pkgs; [
steam
];
}