9 lines
121 B
Nix
9 lines
121 B
Nix
{tree, ...}: {
|
|
imports = with tree.profiles.home-manager.gaming; [
|
|
steam
|
|
lutris
|
|
arrpc
|
|
minecraft
|
|
];
|
|
}
|