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