nixfiles/presets/nixos/gaming.nix

7 lines
92 B
Nix
Raw Permalink Normal View History

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