24 lines
615 B
Org Mode
24 lines
615 B
Org Mode
* Installation
|
|
|
|
** Installing home manager
|
|
|
|
#+begin_src bash
|
|
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
|
|
nix-channel --update
|
|
#+end_src
|
|
|
|
Then we add
|
|
|
|
#+begin_src bash
|
|
$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh
|
|
#+end_src
|
|
|
|
as source to BASH. before we install
|
|
|
|
* Notes for planning
|
|
|
|
- EMACS config should be kept in a way that it is usable w/o nix
|
|
- NIX will copy each ORG file to the 'extras' folder
|
|
- Entanglement should happen in tmpfolder place (IDEALLY tmp buff)
|
|
- Can I do this by tangling a big org thing for the features? Yes? No? Probably not!
|