nixfiles/profiles/home-manager/gaming/steam.nix

7 lines
85 B
Nix
Raw Normal View History

2024-07-24 15:11:46 +01:00
{pkgs, ...}: {
home.packages = with pkgs; [
steam
2024-09-04 09:00:16 +01:00
steamtinkerlaunch
2024-07-24 15:11:46 +01:00
];
}