tangled
alpha
login
or
join now
koi.rip
/
dotfiles
0
fork
atom
my nixos dotfiles :3 (git.koi.rip mirror)
git.koi.rip/koi/dotfiles
linux
dotfiles
neovim
nixos
catppuccin
0
fork
atom
overview
issues
pulls
pipelines
miku: init retroarch
koi.rip
3 weeks ago
a2602490
89c2e9d2
+14
1 changed file
expand all
collapse all
unified
split
systems
miku
default.nix
+14
systems/miku/default.nix
···
57
57
environment.systemPackages = with pkgs; [
58
58
cloudflared
59
59
prismlauncher
60
60
+
(retroarch.withCores (
61
61
+
cores: with cores; [
62
62
+
gpsp
63
63
+
gambatte
64
64
+
genesis-plus-gx
65
65
+
fceumm
66
66
+
snes9x
67
67
+
melonds # TODO: melondsds
68
68
+
flycast
69
69
+
dolphin
70
70
+
ppsspp
71
71
+
beetle-psx
72
72
+
]
73
73
+
))
60
74
];
61
75
62
76
age = {