commit message
This commit is contained in:
parent
270e1a0be4
commit
77afca4525
57 changed files with 971 additions and 423 deletions
20
home/apps/sync/default.nix
Normal file
20
home/apps/sync/default.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
osConfig,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
services = {
|
||||
kdeconnect = {
|
||||
enable = osConfig.apps.sync.kde-connect.enable;
|
||||
indicator = osConfig.apps.sync.kde-connect.enable;
|
||||
};
|
||||
nextcloud-client = {
|
||||
enable = osConfig.apps.sync.nextcloud.enable;
|
||||
startInBackground = osConfig.apps.sync.nextcloud.enable;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue