Guanran Wang
79e5aa0fd9
- it does not work well on wayland - wine takes too much space - it is unfree - i usually prefer osu-lazer anyway
9 lines
161 B
Nix
9 lines
161 B
Nix
{...}: {
|
|
imports = map (n: ../../../../../../home/applications/${n}) [
|
|
"steam"
|
|
"prismlauncher"
|
|
"osu-lazer"
|
|
#"osu-stable"
|
|
"mangohud"
|
|
];
|
|
}
|