mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
8 lines
126 B
Nix
8 lines
126 B
Nix
_: {pkgs, ...}: {
|
|
environment.systemPackages = with pkgs; [
|
|
heroic
|
|
legendary-gl
|
|
prismlauncher
|
|
lutris
|
|
];
|
|
}
|