From f15953587a00f61f2140c45633b045151c098ef4 Mon Sep 17 00:00:00 2001 From: Till Date: Thu, 13 Jun 2024 21:46:23 +0200 Subject: [PATCH] diesdas --- home/default.nix | 2 ++ home/firefox.nix | 6 ++++++ home/fish.nix | 3 +++ home/minimal.nix | 1 + 4 files changed, 12 insertions(+) diff --git a/home/default.nix b/home/default.nix index ef157d3..de284d6 100644 --- a/home/default.nix +++ b/home/default.nix @@ -13,6 +13,8 @@ okular xournalpp evolution + zoom-us + pdfpc # text publishing libreoffice diff --git a/home/firefox.nix b/home/firefox.nix index af29fa7..46d3df4 100644 --- a/home/firefox.nix +++ b/home/firefox.nix @@ -113,6 +113,12 @@ updateInterval = 24 * 60 * 60 * 1000; definedAliases = [ "@lg" ]; }; + "Urban Dictionary" = { + urls = [{ template = "https://www.urbandictionary.com/define.php?term={searchTerms}"; }]; + iconUpdateURL = "https://www.urbandictionary.com/favicon-32x32.png"; + updateInterval = 24 * 60 * 60 * 1000; + definedAliases = [ "@ud" ]; + }; "Leo" = { urls = [{ template = "https://dict.leo.org/englisch-deutsch/{searchTerms}"; }]; iconUpdateURL = "https://dict.leo.org/img/favicons/ende-32.png"; diff --git a/home/fish.nix b/home/fish.nix index 7174f2b..87200a8 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -1,4 +1,5 @@ { config, pkgs, ... }: +{ home.shellAliases = { top = "btm --battery"; linkbox = "ln -s (pwd) ~/box/"; @@ -19,6 +20,7 @@ showc = "chromium-browser -app=https://user.uni-frankfurt.de/~tstraube/c/"; castget = "castget -prvC ~/.config/castget/castget.conf"; castsync = "rsync -va --remove-source-files --progress --stats ~/.local/share/podcasts/ /run/media/till/CLIP\\ JAM/Podcasts/"; + musicsync = "rsync -va --progress --stats ~/media/music/sync/ /run/media/till/CLIP\\ JAM/Music/"; cb = "cd $(sed 's|^file://||' /home/till/.config/gtk-3.0/bookmarks | fzf --height 10% --reverse)"; univpn = "secret-tool lookup server uni-frankfurt.de account tstraube | sudo openconnect --config=/home/till/.config/openconnect/config --passwd-on-stdin"; v = "nvim"; @@ -43,6 +45,7 @@ function pod --description 'Full service podcast refresh' castget udisksctl mount -b /dev/disk/by-label/CLIP\\x20JAM + musicsync castsync udisksctl unmount -b /dev/disk/by-label/CLIP\\x20JAM end diff --git a/home/minimal.nix b/home/minimal.nix index 61e3766..bbb3040 100644 --- a/home/minimal.nix +++ b/home/minimal.nix @@ -50,6 +50,7 @@ openssl gnupg urlscan + ripmime # office khal