flake/nixos/profiles/common/opt-in/gaming/home/default.nix
2024-01-17 19:53:00 +08:00

9 lines
160 B
Nix

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