kdrive: add warning if it failed

This commit is contained in:
2026-05-15 21:56:54 +02:00
parent 565f941aad
commit fa3e510e3c
5 changed files with 39 additions and 4 deletions
+2 -3
View File
@@ -1,10 +1,9 @@
{
config,
pkgs,
agenix,
pkgs-unstable,
...
}: {
programs.rclone = {
enable = true;
package = pkgs-unstable.rclone;
};
}