From c0ac5e43fe0804e7bda05fc19112ab761ff9100a Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Mon, 4 Nov 2019 17:29:28 -0600 Subject: [PATCH] add readme thingy --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..198c8cf --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Dotfiles + +My dotfiles. + +1. check this out to `~/code/brian/dotfiles.nix` +2. install nix +3. install nix-darwin +4. run `./darwin.sh switch` + +## Fixes + +If Nix says: + +``` +warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring +``` + +```sh +mkdir -p /nix/var/nix/profiles/per-user/root +touch /nix/var/nix/profiles/per-user/root/channels +```