{ writeShellApplication, systemd, taskwarrior3, }: writeShellApplication { name = "hibernate"; text = builtins.readFile ./hibernate.sh; inheritPath = false; runtimeInputs = [ systemd taskwarrior3 ]; }