9 lines
80 B
Nix
9 lines
80 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs; [
|
|
steam
|
|
steam-run
|
|
];
|
|
}
|