stockholm/makefu/2configs/tools/games.nix
2023-05-13 20:57:16 +02:00

15 lines
171 B
Nix

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