nixfiles/presets/nixos/gaming.nix

6 lines
79 B
Nix
Raw Normal View History

2024-07-24 15:11:46 +01:00
{tree, ...}: {
imports = with tree.profiles.nixos; [
gaming.steam
];
}