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