stockholm/makefu/2configs/tools/games.nix
2017-09-10 13:40:59 +02:00

11 lines
124 B
Nix

{ pkgs, ... }:
{
imports = [
./steam.nix
];
users.users.makefu.packages = with pkgs; [
games-user-env
];
}