diff --git a/home/macbook-nixos.nix b/home/macbook-nixos.nix index 23bb897..51acd52 100644 --- a/home/macbook-nixos.nix +++ b/home/macbook-nixos.nix @@ -4,7 +4,9 @@ let discord = pkgs.writeShellApplication { name = "discord"; runtimeInputs = with pkgs; [ nodejs pkgs.unstable.electron ]; - text = "cd ~/Projects/ArmCord/ && electron --force-device-scale-factor=1.5 ts-out/main.js"; + text = '' + cd ~/Projects/ArmCord/ && electron --force-device-scale-factor=1.5 ts-out/main.js "$@" + ''; }; in {