flake/nixos/profiles/common/opt-in/gaming/home/default.nix
Guanran Wang 79e5aa0fd9
home/gaming: disable osu-stable
- it does not work well on wayland
- wine takes too much space
- it is unfree
- i usually prefer osu-lazer anyway
2024-02-11 22:58:50 +08:00

9 lines
161 B
Nix

{...}: {
imports = map (n: ../../../../../../home/applications/${n}) [
"steam"
"prismlauncher"
"osu-lazer"
#"osu-stable"
"mangohud"
];
}