fix: move file collisions to .backup extension

This commit is contained in:
Noa Aarts 2024-08-27 09:11:57 +02:00
parent 171fbda059
commit 9236db79ef
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -152,8 +152,13 @@
};
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
programs.zsh.shellAliases.bzzt = ''nix-shell -p mpv --command "mpv ~/Videos/BZZZM.mp4"'';
programs = {
home-manager = {
enable = true;
backupFileExtension = "backup";
};
zsh.shellAliases.bzzt = ''nix-shell -p mpv --command "mpv ~/Videos/BZZZM.mp4"'';
};
home.pointerCursor =
let