fix camera-copy function

This commit is contained in:
Yan Lin 2026-02-10 14:47:54 +01:00
parent 8dbb879802
commit 7de0008afa
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,7 @@
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
rsync
pdftk pdftk
ffmpeg ffmpeg
shntool shntool
@ -10,6 +11,7 @@
unzip unzip
p7zip p7zip
imagemagick imagemagick
exiftool
]; ];
programs.zsh.initContent = '' programs.zsh.initContent = ''

View file

@ -2,7 +2,7 @@
{ {
# Install rsync package # Install rsync package
home.packages = with pkgs; [ rsync exiftool ]; home.packages = with pkgs; [ rsync ];
programs.zsh.initContent = '' programs.zsh.initContent = ''
function rsync-backup() { function rsync-backup() {