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; [
|
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 = ''
|
||||||
|
|
|
||||||
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue