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; [
rsync
pdftk
ffmpeg
shntool
@ -10,6 +11,7 @@
unzip
p7zip
imagemagick
exiftool
];
programs.zsh.initContent = ''

View file

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