about summary refs log tree commit diff
path: root/users/grfn/system/home/platforms/linux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/system/home/platforms/linux.nix')
-rw-r--r--users/grfn/system/home/platforms/linux.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/grfn/system/home/platforms/linux.nix b/users/grfn/system/home/platforms/linux.nix
index 5429f3e094b3..f1a9e179bd12 100644
--- a/users/grfn/system/home/platforms/linux.nix
+++ b/users/grfn/system/home/platforms/linux.nix
@@ -81,4 +81,8 @@ in
   '';
 
   services.lorri.enable = true;
+
+  services.dropbox = {
+    enable = true;
+  };
 }