nixfiles/profiles/home-manager/gaming/steam.nix
2024-09-04 09:00:16 +01:00

7 lines
85 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
steam
steamtinkerlaunch
];
}