mashu: Add nextcloud-client

This commit is contained in:
2021-10-18 22:54:53 +02:00
parent 81e8be5c67
commit 1712a2e282
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
{ pkgs, config, ... }:
{
config.environment.systemPackages = [ pkgs.nextcloud-client ];
}