diff --git a/extras/dev.nix b/extras/dev.nix index 712d42e..b52fb4a 100644 --- a/extras/dev.nix +++ b/extras/dev.nix @@ -6,7 +6,7 @@ environment.systemPackages = with pkgs; [ # freecad # vulkan-loader - etcher + # etcher hyperfine inputs.helix.packages.${pkgs.system}.default jq diff --git a/extras/uwuraid.nix b/extras/uwuraid.nix index d5abacc..1215b9d 100644 --- a/extras/uwuraid.nix +++ b/extras/uwuraid.nix @@ -26,6 +26,11 @@ what = "//100.97.47.81/everything"; where = "/mnt/uwuraid/everything"; }) + (opts + // { + what = "//100.97.47.81/games"; + where = "/mnt/uwuraid/games"; + }) (opts // { what = "//100.97.47.81/isos"; @@ -68,6 +73,7 @@ (opts // {where = "/mnt/uwuraid/appdata";}) (opts // {where = "/mnt/uwuraid/backup";}) (opts // {where = "/mnt/uwuraid/everything";}) + (opts // {where = "/mnt/uwuraid/games";}) (opts // {where = "/mnt/uwuraid/isos";}) # (opts // { where = "/mnt/uwuraid/jellyfin"; }) (opts // {where = "/mnt/uwuraid/movies";})