fix: move file collisions to .backup extension
This commit is contained in:
parent
171fbda059
commit
9236db79ef
1 changed files with 7 additions and 2 deletions
|
|
@ -152,8 +152,13 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
programs.home-manager.enable = true;
|
programs = {
|
||||||
programs.zsh.shellAliases.bzzt = ''nix-shell -p mpv --command "mpv ~/Videos/BZZZM.mp4"'';
|
home-manager = {
|
||||||
|
enable = true;
|
||||||
|
backupFileExtension = "backup";
|
||||||
|
};
|
||||||
|
zsh.shellAliases.bzzt = ''nix-shell -p mpv --command "mpv ~/Videos/BZZZM.mp4"'';
|
||||||
|
};
|
||||||
|
|
||||||
home.pointerCursor =
|
home.pointerCursor =
|
||||||
let
|
let
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue