All checks were successful
Nix Format Check / check-format (push) Successful in 1m4s
8 lines
97 B
Nix
8 lines
97 B
Nix
{ pkgs, pkgs-unstable, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
steamcmd
|
|
steam-tui
|
|
];
|
|
}
|