common: set home-manager.backupFileExtension for safe activation
Stylix on the media server tries to manage files (GTK config, fontconfig, etc.) that already exist, causing HM activation to fail. Setting backupFileExtension lets HM move conflicts to .hm-bak. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b713d64211
commit
099b312df6
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@
|
|||
# Home Manager #
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.backupFileExtension = "hm-bak";
|
||||
home-manager.extraSpecialArgs = { inherit inputs; };
|
||||
home-manager.users.fred = import ./home-manager/fred.nix;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue