nixfiles/presets/home-manager/gaming.nix

8 lines
121 B
Nix
Raw Normal View History

2024-07-24 15:11:46 +01:00
{tree, ...}: {
imports = with tree.profiles.home-manager; [
gaming.steam
gaming.lutris
2024-08-02 13:11:30 +01:00
gaming.arrpc
2024-07-24 15:11:46 +01:00
];
}