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;