this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

updating nix file locations as per new work mac

+2 -2
+2 -2
spacemacs-private/custom-nix/packages.el
··· 54 54 (progn 55 55 ;; (find-file "~/Developer/src/personal/nix-config/darwin.nix") 56 56 ;; (find-file-other-window "~/Developer/src/personal/nixpkgs/pkgs/top-level/all-packages.nix"))) 57 - (find-file (cond ((string-equal system-type "darwin") "~/Developer/src/personal/nix-config/mac/home.nix") 57 + (find-file (cond ((string-equal system-type "darwin") "~/developer/src/personal/nix-config/mac/home.nix") 58 58 (t "~/src/ops/nix-config/precision/home.nix"))) 59 - (find-file-other-window (cond ((string-equal system-type "darwin") "~/Developer/src/personal/nix-config/mac/darwin.nix") 59 + (find-file-other-window (cond ((string-equal system-type "darwin") "~/developer/src/personal/nix-config/mac/darwin.nix") 60 60 (t "~/src/ops/nix-config/precision/default.nix"))) 61 61 ) 62 62 )