nixfiles/presets/nixos/gaming.nix
2024-07-24 15:11:46 +01:00

6 lines
79 B
Nix

{tree, ...}: {
imports = with tree.profiles.nixos; [
gaming.steam
];
}