nix-config/modules/programs/default.nix

9 lines
75 B
Nix

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