From 6a02f6e97b56607582c030a63196e4390a1f03b7 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 22 Sep 2023 15:18:42 +0000 Subject: [PATCH] nextcloud cmd --- hosts/sakowsl/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/sakowsl/configuration.nix b/hosts/sakowsl/configuration.nix index 94589c07..cd2f44fb 100644 --- a/hosts/sakowsl/configuration.nix +++ b/hosts/sakowsl/configuration.nix @@ -90,6 +90,11 @@ }; modules = { + desktop = { + apps = { + nextcloud.enable = true; + }; + }; dev = { editors = { nvim.enable = true;