nix/modules/games/mics/default.nix

10 lines
140 B
Nix
Raw Normal View History

2024-09-21 09:44:32 +02:00
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
prismlauncher
zulu17
dolphin-emu
2024-10-04 18:30:45 +02:00
mangohud
2024-09-21 09:44:32 +02:00
lutris-free
];
}