Skip to content

Commit

Permalink
store my dotfiles at the standard code checkout loc so edits are easier
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Nov 4, 2019
1 parent 3f421c8 commit 5db4caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darwin/default.nix
Expand Up @@ -9,7 +9,7 @@

# Use a custom configuration.nix location.
# $ darwin-rebuild switch -I darwin-config=$HOME/.dotfiles/darwin/default.nix
environment.darwinConfig = "$HOME/dotfiles.nix/darwin/default.nix";
environment.darwinConfig = "$HOME/code/brian/dotfiles.nix/darwin/default.nix";

# allow zsh as a login shell
environment.shells = [ pkgs.zsh ];
Expand Down

0 comments on commit 5db4caf

Please sign in to comment.