fix(desktop): move synology-drive-client

This commit is contained in:
Moritz Böhme 2023-04-26 09:01:44 +02:00
parent 69454aba52
commit 9e531f035a
2 changed files with 4 additions and 1 deletions

View file

@ -57,4 +57,8 @@ with lib;
};
};
};
environment.systemPackages = with pkgs; [
synology-drive-client
];
}