diff --git a/home.org b/home.org index c897e98..ad1d9dd 100644 --- a/home.org +++ b/home.org @@ -2,7 +2,7 @@ This is the basic structure of the home.nix file. Individual sections are defined later. -#+BEGIN_SRC nix :noweb no-export :tangle home.nix +#+BEGIN_SRC nix :noweb no-export :tangle ~/.config/home-manager/home.nix { config, pkgs, ... }: { @@ -45,7 +45,6 @@ Home manager requires this stuff. Just my name and where my home directory is. A ~SBCL~ is the current leading open-source common lisp compiler. It requires any libraries you want to be availble to be installed using withPackages. I really should install this per-project using direnv, rather than globally. I think it may work today, but I think I want to start using ~SBCL~ for scripting / exploratory development. So for now, it stays global. #+BEGIN_SRC nix - asdf_3_3 rlwrap roswell (sbcl.withPackages (ps: with ps; [ diff --git a/sync.sh b/sync.sh new file mode 100755 index 0000000..09ae155 --- /dev/null +++ b/sync.sh @@ -0,0 +1,2 @@ +emacs --batch --eval "(require 'org)" --eval '(org-babel-tangle-file "home.org")' +home-manager switch