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