{ writeShellApplication, # Dependencies udisks, findutils, rofi, jq, gnugrep, util-linux, }: writeShellApplication { name = "aumo"; text = builtins.readFile ./aumo.sh; inheritPath = false; runtimeInputs = [ udisks findutils rofi jq gnugrep util-linux # for findmnt ]; }