From a3542aba39bf71cb33422fdbeaf3e430ad4244ec Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sun, 2 Feb 2025 23:04:08 +0100 Subject: fix homeserver and start xbps --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index dd5694f..dec7bec 100644 --- a/justfile +++ b/justfile @@ -78,5 +78,5 @@ NIXNAME := "vm-aarch64" ! [ -d ~/.config/nushell ] && ln -sf /nix-config/mut/nushell ~/.config/nushell ! [ -d ~/.config/vis ] && ln -sf /nix-config/mut/vis ~/.config/vis - rm -rf "$HOME/Library/Application Support/nushell"; ln -sf /nix-config/mut/nushell "$HOME/Library/Application Support/nushell" + [ -d "$HOME/Library/Application Support" ] && { rm -rf "$HOME/Library/Application Support/nushell"; ln -sf /nix-config/mut/nushell "$HOME/Library/Application Support/nushell"; } true -- cgit v1.2.3