nix-config/modules/programs/default.nix

9 lines
71 B
Nix

# Program-related modules
{ ... }:
{
imports = [
./steam
];
}