dotfiles/xonsh/chrysalis.xsh
2025-08-01 22:13:56 +02:00

16 lines
276 B
Text

#
# Dotfile specifics for this host.
#
# Path
# Note: lower in the list = higher priority
PATH_ADDS = [
"/run/current-system/sw/bin"
"/run/wrappers/bin"
]
# SSH key management.
try_source("includes/add-ssh-keys")
# NixOS compatibility.
try_source("includes/nixos")