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