diff --git a/dot_config/rofi/devices.dhall.tmpl b/dot_config/rofi/devices.dhall.tmpl index 5e9bd73..6454326 100644 --- a/dot_config/rofi/devices.dhall.tmpl +++ b/dot_config/rofi/devices.dhall.tmpl @@ -108,6 +108,13 @@ let otherDevs = "EBM" "nisaba:/aigenomics/EBM_dev/snakemake" } + , { tKey = "nist_workstation" + , tVal = + sshfsTree + "nist_workstation" + "NIST Workstation" + "nist-workstation:/mnt/data" + } , { tKey = "music" , tVal = sshfsTree @@ -139,4 +146,4 @@ let otherDevs = in { scTmpPath = Some "/tmp/media/${env:LOGNAME as Text}" , scVerbose = Some False , scDevices = defaultDevs # otherDevs - } \ No newline at end of file + }