mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: lua scripts not working in mgba, no doc sync
This commit is contained in:
parent
267c03f8e5
commit
2fda153ede
5 changed files with 72 additions and 54 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,7 +16,7 @@ let
|
|||
];
|
||||
};
|
||||
|
||||
# mgba = final.swarsel-mgba;
|
||||
mgba = final.swarsel-mgba;
|
||||
|
||||
retroarch = prev.retroarch.withCores (cores: with cores; [
|
||||
snes9x # snes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue