From 1c667994cb3959ee870f2507163f6adbf405452a Mon Sep 17 00:00:00 2001 From: Till Date: Mon, 11 Dec 2023 18:01:50 +0100 Subject: [PATCH] pod --- home/fish.nix | 8 +++++++- system/hardware-nova.nix | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/home/fish.nix b/home/fish.nix index e268c76..7d8d82f 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -1,5 +1,4 @@ { config, pkgs, ... }: - { programs.fish = { enable = true; @@ -35,6 +34,13 @@ function fish_greeting; end + function pod --description 'Full service podcast refresh' + udisksctl mount -b /dev/disk/by-label/CLIP\\x20JAM + castget + castsync + udisksctl unmount -b /dev/disk/by-label/CLIP\\x20JAM + end + function startrloft --description 'Starts R with custom environment' set -lx R_ENVIRON_USER "~/.config/rloft/RLoft_environ" R -q diff --git a/system/hardware-nova.nix b/system/hardware-nova.nix index 7f50b9b..0d81e0e 100644 --- a/system/hardware-nova.nix +++ b/system/hardware-nova.nix @@ -26,6 +26,7 @@ in # the following subvolumes are automatically mounted and won't be snapshotted: # /home/till/.local/share/Steam + # /home/till/.local/share/Trash # /home/till/.cache # /home/till/tmp # /home/till/.mozilla/firefox/till/storage