Add required packages
This commit is contained in:
parent
f3e84b8e02
commit
e3aa5bddbb
|
@ -316,7 +316,10 @@ in {
|
|||
};
|
||||
|
||||
config = {
|
||||
home.packages = lib.optional cfg.enable pkgs.rclone;
|
||||
home.packages = lib.optionals cfg.enable [
|
||||
pkgs.fuse
|
||||
pkgs.rclone
|
||||
];
|
||||
|
||||
systemd.user = lib.optionalAttrs cfg.enable {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue