xonsh: add daikon
This commit is contained in:
parent
ca424b1174
commit
1b0771e3eb
1 changed files with 13 additions and 0 deletions
13
xonsh/daikon.xsh
Normal file
13
xonsh/daikon.xsh
Normal file
|
@ -0,0 +1,13 @@
|
|||
#
|
||||
# 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'"
|
Loading…
Add table
Reference in a new issue