8 lines
96 B
Nix
8 lines
96 B
Nix
|
|
{ config, pkgs, inputs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
snes9x
|
|
];
|
|
}
|