diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-04-15 10:26:40 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-04-15 10:26:40 +0200 |
| commit | d21ead5606fb0b076e011a46368470f57bf812c5 (patch) | |
| tree | bd7795f30a4c3071090d80c182d34961611e8807 | |
| parent | 37fb1437d18061775d27d1a19b9b654f7a09200b (diff) | |
2026-04-15 updates by auto-switch
| -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 = { |