15 lines
564 B
Org Mode
15 lines
564 B
Org Mode
#+title: My dotfiles
|
|
|
|
My dotfiles for which I am using =nix=.
|
|
The structure is managed by [[https://snowfall.org/guides/lib/quickstart/][Snowfall lib]]
|
|
|
|
* Machine selection
|
|
=home-manager= automatically searches for =user= or =user@hostname= config in the flake, so specify one of those or you will have to manually specify them:
|
|
=home-manager switch --flake .#user@hostname=
|
|
|
|
* Manual symlinks
|
|
[[file:laptop-nix.conf]] was manually symlinked to file:/etc/nix/nix.conf
|
|
and [[file:flake.nix]] was symlinked to file:~/.config/home-manager/flake.nix
|
|
|
|
For deployment!!
|