-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
FAQ
Matthieu Coudron edited this page Jan 26, 2026
·
2 revisions
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;