nixfiles/presets/home-manager/gaming.nix

8 lines
121 B
Nix

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