1
Fork 0

Set up backup file extension for HM

This commit is contained in:
prescientmoon 2024-08-27 23:05:59 +02:00
parent 95336a2c37
commit b655497e4d
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -156,6 +156,7 @@
inherit hostname; inherit hostname;
}; };
home-manager.useUserPackages = true; home-manager.useUserPackages = true;
home-manager.backupFileExtension = "hm-backup";
stylix.homeManagerIntegration.followSystem = false; stylix.homeManagerIntegration.followSystem = false;
stylix.homeManagerIntegration.autoImport = false; stylix.homeManagerIntegration.autoImport = false;