mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Updated system
This commit is contained in:
parent
0889af7fe8
commit
afcb50393f
5 changed files with 29 additions and 28 deletions
|
@ -60,6 +60,7 @@ in
|
|||
# Set retroarch core directory to ~/.local/bin/libretro
|
||||
# and retroarch core info directory to ~/.local/share/libretro/info
|
||||
home.file.".local/bin/libretro".source = "${myRetroarch}/lib/retroarch/cores";
|
||||
home.file.".local/bin/libretro-shaders".source = "${myRetroarch}/lib/retroarch/cores";
|
||||
home.file.".local/share/libretro/info".source = fetchTarball {
|
||||
url = "https://github.com/libretro/libretro-core-info/archive/refs/tags/v1.15.0.tar.gz";
|
||||
sha256 = "004kgbsgbk7hn1v01jg3vj4b6dfb2cp3kcp5hgjyl030wqg1r22q";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue