my nixos dotfiles :3 (git.koi.rip mirror) git.koi.rip/koi/dotfiles
linux dotfiles neovim nixos catppuccin

miku: init retroarch

+14
+14
systems/miku/default.nix
··· 57 57 environment.systemPackages = with pkgs; [ 58 58 cloudflared 59 59 prismlauncher 60 + (retroarch.withCores ( 61 + cores: with cores; [ 62 + gpsp 63 + gambatte 64 + genesis-plus-gx 65 + fceumm 66 + snes9x 67 + melonds # TODO: melondsds 68 + flycast 69 + dolphin 70 + ppsspp 71 + beetle-psx 72 + ] 73 + )) 60 74 ]; 61 75 62 76 age = {