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

10 lines
169 B
Nix
Raw Normal View History

{...}: {
2023-12-30 14:41:46 +00:00
imports = map (n: ../../../../../../home-manager/applications/${n}) [
"steam"
"prismlauncher"
"osu-lazer"
"mangohud"
"protonup-qt"
];
}