dev: automated commit - 2025-09-22 16:46:12

This commit is contained in:
Mariano Z. 2025-09-22 16:46:12 -03:00
parent 7bf9a172ac
commit c9829cac0f
27 changed files with 156 additions and 181 deletions

View file

@ -718,7 +718,6 @@ abcdefghijklmnopqrstuvwxyz
echo "$preview_text" | font-manager extract "$font_name" && echo "$preview_text"
}
yay() {
case "$1" in
# System update
@ -733,7 +732,6 @@ yay() {
echo "Searching for '$2'..."
nix search nixpkgs "$2" 2>/dev/null || nix-env -qaP | grep -i "$2"
;;
# Install package to user environment
install|"-S")
[ -z "$2" ] && { echo "Usage: yay install <package>"; return 1; }
@ -803,3 +801,4 @@ EOF
function nas() {
rclone mount --vfs-cache-mode writes --dir-cache-time 5s --no-check-certificate --allow-other nas: /home/mzunino/nas
}