mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: add own mgba version with working lua scripts
This commit is contained in:
parent
d293d74410
commit
0c1077e59e
3 changed files with 58 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
let
|
||||
additions = final: _: import "${self}/pkgs" { pkgs = final; inherit lib; };
|
||||
|
||||
modifications = _: prev: {
|
||||
modifications = final: prev: {
|
||||
vesktop = prev.vesktop.override {
|
||||
withSystemVencord = true;
|
||||
};
|
||||
|
|
@ -16,6 +16,8 @@ let
|
|||
];
|
||||
};
|
||||
|
||||
mgba = final.swarsel-mgba;
|
||||
|
||||
retroarch = prev.retroarch.withCores (cores: with cores; [
|
||||
snes9x # snes
|
||||
nestopia # nes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue