Compare commits
2 Commits
00315a990a
...
d5dce97512
Author | SHA1 | Date | |
---|---|---|---|
d5dce97512
|
|||
39b0bdf6e1
|
@@ -101,6 +101,20 @@
|
|||||||
|
|
||||||
# arm support
|
# arm support
|
||||||
pkgs-unstable.sparrow
|
pkgs-unstable.sparrow
|
||||||
|
|
||||||
|
(writeShellScriptBin "radio" ''
|
||||||
|
list="
|
||||||
|
WIOP http://s4.yesstreaming.net:7119/;audio.mp3
|
||||||
|
FamilyAlter https://usa17.fastcast4u.com/proxy/roloffev?mp=/1
|
||||||
|
"
|
||||||
|
|
||||||
|
choice=$(echo "$list" | awk '{print $1}' | ${fzf}/bin/fzf)
|
||||||
|
|
||||||
|
if [[ -n "$choice" ]]; then
|
||||||
|
url=$(echo "$list" | awk -v name="$choice" '$1==name {print $2}')
|
||||||
|
${mpg123}/bin/mpg123 "$url"
|
||||||
|
fi
|
||||||
|
'')
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
@@ -10,6 +10,7 @@ in
|
|||||||
userEmail = publicGitEmail;
|
userEmail = publicGitEmail;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
|
push.autoSetupRemote = true;
|
||||||
|
|
||||||
commit.gpgsign = true;
|
commit.gpgsign = true;
|
||||||
gpg.format = "ssh";
|
gpg.format = "ssh";
|
||||||
|
Reference in New Issue
Block a user