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

15 lines
171 B
Nix
Raw Normal View History

2017-03-01 15:23:12 +00:00
{ pkgs, ... }:
{
imports = [
# ./steam.nix
];
users.users.makefu.packages = with pkgs; [
2017-05-24 08:52:37 +00:00
games-user-env
2017-11-14 09:15:30 +00:00
wine
2017-12-08 13:31:27 +00:00
pkg2zip
2022-09-23 21:01:28 +00:00
steam
2023-05-13 18:57:16 +00:00
steam-run
2017-03-01 15:23:12 +00:00
];
}