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

9 lines
166 B
Nix

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