fix camera-copy function
This commit is contained in:
parent
8dbb879802
commit
7de0008afa
2 changed files with 3 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
rsync
|
||||
pdftk
|
||||
ffmpeg
|
||||
shntool
|
||||
|
|
@ -10,6 +11,7 @@
|
|||
unzip
|
||||
p7zip
|
||||
imagemagick
|
||||
exiftool
|
||||
];
|
||||
|
||||
programs.zsh.initContent = ''
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
# Install rsync package
|
||||
home.packages = with pkgs; [ rsync exiftool ];
|
||||
home.packages = with pkgs; [ rsync ];
|
||||
|
||||
programs.zsh.initContent = ''
|
||||
function rsync-backup() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue