mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-31 01:50:59 +02:00
1
FAQ
Matthieu Coudron edited this page 2021-05-03 16:36:54 +02:00
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;