flake/nixos/profiles/common/opt-in/gaming/home/default.nix

13 lines
186 B
Nix
Raw Normal View History

{...}: {
2024-01-17 04:47:27 +00:00
imports = map (n: ../../../../../../home/applications/${n}) [
"steam"
"prismlauncher"
"osu-lazer"
#"osu-stable"
"mangohud"
2024-02-29 19:17:14 +00:00
# VOIP
"mumble"
];
}