|
|
@ -2,6 +2,18 @@ |
|
|
|
|
|
|
|
The evolution of `nora/dotfiles`; Nix configs under `home-manager` deployed with `morph`. |
|
|
|
|
|
|
|
## Deployment Host |
|
|
|
|
|
|
|
On the depoyment host, I use nix channels, and set: |
|
|
|
|
|
|
|
``` |
|
|
|
$ nix-channel --list |
|
|
|
nixos https://nixos.org/channels/nixos-22.05 |
|
|
|
|
|
|
|
$ echo $NIX_PATH |
|
|
|
nixpkgs=nix/var/nix/profiles/per-user/nora/channels/nixos/ |
|
|
|
``` |
|
|
|
|
|
|
|
## Layout |
|
|
|
|
|
|
|
These files are "organized" as follows: |
|
|
|