feat(apps): add nextcloud client

This commit is contained in:
kenji
2026-01-13 16:25:45 -06:00
parent d54fa4e999
commit af331d967a
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
nextcloud-client
];
}