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

11 lines
125 B
Nix

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