Move home-manager.backupFileExtension entry to bottom of ben.nix

This commit is contained in:
Ben Corner 2024-05-29 00:02:55 -05:00
parent a8a66916f4
commit 86b545761f

View File

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