diff options
| author | Mike Vink <mike@pionative.com> | 2025-02-02 23:04:08 +0100 |
|---|---|---|
| committer | Mike Vink <mike@pionative.com> | 2025-02-02 23:04:08 +0100 |
| commit | a3542aba39bf71cb33422fdbeaf3e430ad4244ec (patch) | |
| tree | 660d2711b6495cd82493330e884f996ce9d7dd1f /justfile | |
| parent | 97ac2cd7df28bda8f5a16701ce37eaa4a0b7c584 (diff) | |
fix homeserver and start xbps
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
