1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 04:53:33 +02:00

Created FAQ (markdown)

Matthieu Coudron 2021-05-03 16:36:54 +02:00
parent dae2858f70
commit b9f177332a

3
FAQ.md Normal file

@ -0,0 +1,3 @@
How to symlink some files without copying their content in the store ?
Use `home.file."file.foo".source = config.lib.file.mkOutOfStoreSymlink ./path/to/file/to/link;`