7 lines
92 B
Nix
7 lines
92 B
Nix
{tree, ...}: {
|
|
imports = with tree.profiles.nixos; [
|
|
gaming.steam
|
|
logitech
|
|
];
|
|
}
|