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