Personal-use NixOS configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add emulators again

encode42 2434f16e d97d01c5

+3 -1
+3 -1
hosts/prospect/homes/config/games.nix
··· 29 29 home.packages = with pkgs; [ 30 30 r2modman 31 31 pkgs-unstable.olympus 32 - ]; 32 + ] 33 + ++ stable-emulators 34 + ++ unstable-emulators; 33 35 }