nextcloud

This commit is contained in:
2024-05-20 14:05:46 +02:00
parent 63ed48372d
commit 95f373d15f
4 changed files with 12 additions and 1 deletions

View File

@@ -8,10 +8,12 @@
./element
./eww
./git
./inkscape
./ktouch
./libreoffice
./maestral
./neovim
./nextcloud
./obs
./planify
./prusa-slicer

View File

@@ -0,0 +1,5 @@
{ pkgs, config, ... }:
{
home.packages = with pkgs; [ nextcloud-client ];
}