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