dotfiles/xonsh/kanbaru.xsh
2024-11-09 12:21:37 -07:00

16 lines
279 B
Text

#
# Dotfile specifics for this machine.
#
# 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")