Adds signal app

This commit is contained in:
Abhinav Sarkar 2024-10-05 11:22:08 +05:30
parent ae5e1c33d4
commit 8f2a2d925a
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@
"lastfm"
"monodraw"
"obsidian"
"signal"
"spotify"
"steam"
"telegram"

View File

@ -23,6 +23,7 @@ in {
where = "readlink -f (which $argv)";
ghe =
"set -l dir (mktemp -d); git clone --depth 1 https://github.com/$argv $dir; cd $dir; ranger;";
nix-roots = "nix-store --gc --print-roots | grep -v lsof | grep -v flake-inputs | grep -v libproc | grep -v temp";
};
interactiveShellInit = ''