flake/users/guanranwang/nixos/profiles/common/opt-in/gaming/home/default.nix
2023-12-31 00:18:35 +08:00

9 lines
169 B
Nix

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