stockholm/makefu/2configs/tools/games.nix
2022-09-23 23:01:28 +02:00

14 lines
157 B
Nix

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