dotfiles/xonsh/utol.xsh
2024-11-07 16:25:41 -07:00

20 lines
362 B
Text

#
# Dotfile specifics for Scadrial.
#
# 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")
# Cellular helpers.
$XONSH_AT_MODEM = "/dev/wwan0at0"
try_source("includes/cellular")