13 lines
286 B
Text
13 lines
286 B
Text
#
|
|
# Dotfiles specifics for Daikon
|
|
#
|
|
|
|
# Add things to our path.
|
|
PATH_ADDS = [
|
|
"/nix/var/nix/profiles/default/bin",
|
|
$HOME + "/.nix-profile/bin"
|
|
]
|
|
|
|
try_source("includes/add-ssh-keys.xsh")
|
|
try_source("includes/nixos.xsh")
|
|
aliases['rebuild'] = "home-manager --flake '~/dotfiles#daikon'"
|