Files
dotfiles/config/home-manager/packages/workstation/steam.nix
Menno van Leeuwen dfff773f7e
All checks were successful
Nix Format Check / check-format (push) Successful in 1m4s
moves various things to home manager
2025-01-02 00:59:22 +01:00

8 lines
97 B
Nix

{ pkgs, pkgs-unstable, ... }:
{
home.packages = with pkgs; [
steamcmd
steam-tui
];
}