nixos-config/2configs/tools/games.nix

14 lines
157 B
Nix
Raw Normal View History

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