Compare commits
2 Commits
360fe268f8
...
1b743f9fcc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b743f9fcc | ||
|
|
6216d19d0b |
@ -40,6 +40,7 @@
|
|||||||
gamemode-shell-extension # I guess I'm a gamer now?
|
gamemode-shell-extension # I guess I'm a gamer now?
|
||||||
burn-my-windows # special effects for when closing windows
|
burn-my-windows # special effects for when closing windows
|
||||||
pano # clipboard manager
|
pano # clipboard manager
|
||||||
|
pop-shell
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,6 +5,21 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
let
|
||||||
|
retroarchWithCores = pkgs.retroarch.withCores (
|
||||||
|
cores:
|
||||||
|
builtins.attrValues {
|
||||||
|
inherit (cores)
|
||||||
|
mgba # gba
|
||||||
|
pcsx2 # ps2
|
||||||
|
dolphin # wii / gamecube
|
||||||
|
snes9x2010 # snes
|
||||||
|
desmume # nintendo ds
|
||||||
|
citra # 3ds
|
||||||
|
;
|
||||||
|
}
|
||||||
|
);
|
||||||
|
in
|
||||||
{
|
{
|
||||||
imports = [ inputs.nix-gaming.nixosModules.platformOptimizations ];
|
imports = [ inputs.nix-gaming.nixosModules.platformOptimizations ];
|
||||||
options.my.apps = {
|
options.my.apps = {
|
||||||
@ -36,6 +51,7 @@
|
|||||||
# };
|
# };
|
||||||
};
|
};
|
||||||
users.users.jawz.packages = builtins.attrValues {
|
users.users.jawz.packages = builtins.attrValues {
|
||||||
|
inherit retroarchWithCores;
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
shipwright # zelda OoT port
|
shipwright # zelda OoT port
|
||||||
mangohud # fps & stats overlay
|
mangohud # fps & stats overlay
|
||||||
@ -47,12 +63,8 @@
|
|||||||
ns-usbloader # load games into my switch
|
ns-usbloader # load games into my switch
|
||||||
# emulators
|
# emulators
|
||||||
rpcs3 # ps3
|
rpcs3 # ps3
|
||||||
pcsx2 # ps2
|
|
||||||
cemu # wii u
|
cemu # wii u
|
||||||
dolphin-emu # wii
|
|
||||||
snes9x-gtk # snes
|
|
||||||
ryubing # switch
|
ryubing # switch
|
||||||
azahar # 3Ds
|
|
||||||
prismlauncher # minecraft launcher with jdk overlays
|
prismlauncher # minecraft launcher with jdk overlays
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user