Skip to content

Instantly share code, notes, and snippets.

@tilpner

tilpner/- Secret

Created July 14, 2017 08:55
Show Gist options
  • Save tilpner/fb10a052ee5a1ddac77ab33ec5d32ec1 to your computer and use it in GitHub Desktop.
Save tilpner/fb10a052ee5a1ddac77ab33ec5d32ec1 to your computer and use it in GitHub Desktop.
environment.dotfiles.userHome = {
root = primaryUser.home;
files = {
"bin" = "/cfg/bin";
".zshrc" = "/cfg/zsh/zshrc";
".ssh/config" = "/cfg/ssh/config";
".gitconfig" = "/cfg/git/gitconfig";
".config/i3" = "/cfg/i3";
".config/polybar" = "/cfg/polybar";
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment