diff --git a/.files/rofi-dev-configs/work-laptop.dhall b/.files/rofi-dev-configs/work-laptop.dhall index 0e13a44..09a71db 100644 --- a/.files/rofi-dev-configs/work-laptop.dhall +++ b/.files/rofi-dev-configs/work-laptop.dhall @@ -73,12 +73,13 @@ let defaultDevs = } ] -let otherDevs =[ { tKey = "ebm_snakemake" +let otherDevs = + [ { tKey = "nisaba-wrk" + , tVal = sshfsTree "nisaba_wrk" "nisaba_wrk" "nisaba:/wrk/njd2" + } + , { tKey = "nist-dvl" , tVal = - sshfsTree - "ebm_snakemake" - "EBM" - "nisaba:/aigenomics/EBM_dev/snakemake" + sshfsTree "nist_dvl" "nist_dvl" "nist-workstation:/mnt/data/Dvl" } ]