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

11 lines
186 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"
2024-01-05 22:05:04 +00:00
"osu-stable"
"mangohud"
"protonup-qt"
];
}