Initial commit
This commit is contained in:
commit
b0a95003b7
57 changed files with 1561 additions and 0 deletions
11
modules/sync-clients.nix
Normal file
11
modules/sync-clients.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
nextcloud-client
|
||||
pcloud
|
||||
];
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue