14 lines
200 B
Nix
14 lines
200 B
Nix
{
|
|
pkgs,
|
|
# inputs,
|
|
# system,
|
|
...
|
|
}:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
# inputs.prismlauncher-cracked.packages.${system}.default
|
|
space-cadet-pinball
|
|
tty-solitaire
|
|
];
|
|
}
|