sneeuwvlok/modules/nixos/home-manager/default.nix

6 lines
78 B
Nix

{ ... }:
{
config = {
home-manager.backupFileExtension = "back";
};
}