nixos/home-manager/software/telegram/telegram.sh
Andreas Zweili 1c08608250 Correct the autostart scripts
With disown the applications are running in the wrong context and when I
    for example open a link it doesn't open in the browser.
2022-04-17 20:44:40 +02:00

4 lines
92 B
Bash
Executable File

#!/usr/bin/env bash
echo "start telegram"
nohup telegram-desktop > ~/.local/share/nohup.out