From 49f3533f9e4b102ea86df6127d1b2b4f4642147f Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Mon, 20 Jan 2025 00:03:44 +0100 Subject: [PATCH] Add matlab-rsp script --- modules/home/suites/development/default.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 '')