2 FAQ
Matthieu Coudron edited this page 2026-01-26 21:02:26 +01:00

Backup

There are many questions about how to
home-manager.backupCommand to override the default backup behavior. If you dont care about backups, you can also set home.file."file.foo".force = true; to force overwriting of existing file.

Use home.file."file.foo".source = config.lib.file.mkOutOfStoreSymlink ./path/to/file/to/link;