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