nixfiles/presets/nixos/gaming.nix
2024-09-04 09:00:16 +01:00

7 lines
92 B
Nix

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