added nextcloud as package. service handled by hyprland

This commit is contained in:
2025-10-16 14:08:58 +02:00
parent 5efe605c97
commit 0fc42de009

View File

@@ -20,11 +20,6 @@
flake = "${config.home.homeDirectory}/.config/dotfiles";
};
services.nextcloud-client = {
enable = true;
startInBackground = true;
package = pkgs.nextcloud-client;
};
home.packages = [
# note taking
@@ -49,6 +44,7 @@
# others
pkgs.libreoffice-qt
pkgs.gimp
pkgs.nextcloud-client
# language interpreters / compilers
pkgs.bun