nixfiles/presets/home-manager/gaming.nix
2024-08-08 19:02:46 +01:00

9 lines
121 B
Nix

{tree, ...}: {
imports = with tree.profiles.home-manager.gaming; [
steam
lutris
arrpc
minecraft
];
}