Personal-use NixOS configuration

Actually add emulator packages to prospect

+3 -1
+3 -1
hosts/prospect/homes/encode42.nix
··· 53 53 home.packages = with pkgs; [ 54 54 r2modman 55 55 pkgs-unstable.olympus 56 - ]; 56 + ] 57 + ++ stable-emulators 58 + ++ unstable-emulators; 57 59 }