6 lines
79 B
Nix
6 lines
79 B
Nix
{tree, ...}: {
|
|
imports = with tree.profiles.nixos; [
|
|
gaming.steam
|
|
];
|
|
}
|