home-manager: backup when using system module

This prevents switching configurations from failing if there is a file
in the way.
This commit is contained in:
NullBite 2024-06-16 01:56:48 -04:00
parent 845ec608c2
commit 87aae20a7d
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -163,6 +163,7 @@
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
backupFileExtension = "hm.bak";
inherit users;
extraSpecialArgs = {
inherit inputs outputs vars nixpkgs home-manager;