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

10 lines
166 B
Nix
Raw Normal View History

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