diff options
Diffstat (limited to 'hosts/workstation/default.nix')
| -rw-r--r-- | hosts/workstation/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index 2a26646..6e63dae 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -74,6 +74,11 @@ autoStart = true; openInWindow = false; }; + nextcloud-tray = { + url = "https://cloud.nathanreiner.xyz"; + autoStart = true; + openInWindow = false; + }; }; usbauth = { |