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