diff --git a/modules/home/suites/development/default.nix b/modules/home/suites/development/default.nix index c13f5a9..54bc50c 100644 --- a/modules/home/suites/development/default.nix +++ b/modules/home/suites/development/default.nix @@ -87,6 +87,10 @@ in ## My scripts frajul.deploy-to-pianopi + (pkgs.writeShellScriptBin "matlab-rsp" '' + matlab -desktop -sd "/home/julian/git/uwa-channel-model" -softwareopengl + '') + (pkgs.writeShellScriptBin "matlab-paper" '' matlab -desktop -sd "/home/julian/dev/phdthesis/Phase B/mainSimulation" -softwareopengl '')