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

11 lines
124 B
Nix
Raw Normal View History

2017-03-01 15:23:12 +00:00
{ pkgs, ... }:
{
imports = [
2017-09-10 11:40:59 +00:00
./steam.nix
];
users.users.makefu.packages = with pkgs; [
2017-05-24 08:52:37 +00:00
games-user-env
2017-03-01 15:23:12 +00:00
];
}