feat(services): add synology drive module

This commit is contained in:
Moritz Böhme 2023-05-01 14:11:51 +02:00
parent 6fad257d5b
commit f58c8dc6f8
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
6 changed files with 39 additions and 11 deletions

View file

@ -46,7 +46,6 @@ in
};
startupPrograms = [
"randomWallpaper"
"${pkgs.synology-drive-client}/bin/synology-drive"
];
extraConfig = builtins.readFile ./bspwmrc;
};
@ -89,7 +88,6 @@ in
feh
pamixer
playerctl
synology-drive-client
];
};
}