stockholm/makefu/2configs/tools/games.nix
2017-05-24 10:52:37 +02:00

9 lines
102 B
Nix

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