nixos: change home-manager backup extension

Use 'hm-backup' globally and remove the per-user override.
This commit is contained in:
2026-02-05 12:00:55 -08:00
committed by Kat Huang
parent 1f60631e6c
commit b089d7701c
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
{ pkgs, inputs, config, makeEnable, ... }:
makeEnable config "myModules.ben" true {
home-manager.backupFileExtension = "backup"; # Add this line
home-manager.users.ben = {
programs.zsh = {
enable = true;