10 lines
166 B
Nix
10 lines
166 B
Nix
|
{...}: {
|
||
|
imports = map (n: ../../../../../home-manager/applications/${n}) [
|
||
|
"steam"
|
||
|
"prismlauncher"
|
||
|
"osu-lazer"
|
||
|
"mangohud"
|
||
|
"protonup-qt"
|
||
|
];
|
||
|
}
|