feat(apps): add nextcloud client
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
{ pkgs, ... }: {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
nextcloud-client
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -7,6 +7,7 @@
|
|||||||
../../apps/claude
|
../../apps/claude
|
||||||
../../apps/delfin
|
../../apps/delfin
|
||||||
../../apps/jellyfin-mpv-shim
|
../../apps/jellyfin-mpv-shim
|
||||||
|
../../apps/nextcloud
|
||||||
../../apps/ttyper
|
../../apps/ttyper
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user