Description
A GUI tool for transfering files between a computer and a Nintendo Switch running Goldleaf.
A GUI tool for transfering files between a computer and a Nintendo Switch running Goldleaf
For the program to work properly, you will have to install Nintendo Switch udev rules.
You can either do this by enabling the NixOS module:
programs.quark-goldleaf.enable = true;
or by adding the package manually to udev packages:
`services.udev.packages = [ pkgs.quark-goldleaf ];