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

15 lines
171 B
Nix

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