about summary refs log tree commit diff
path: root/users/grfn/system/home/modules/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/system/home/modules/common.nix')
-rw-r--r--users/grfn/system/home/modules/common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/grfn/system/home/modules/common.nix b/users/grfn/system/home/modules/common.nix
index ab0a2d925d..7714644841 100644
--- a/users/grfn/system/home/modules/common.nix
+++ b/users/grfn/system/home/modules/common.nix
@@ -118,4 +118,8 @@
     enableBashIntegration = true;
     enableZshIntegration = true;
   };
+
+  services.dropbox = {
+    enable = true;
+  };
 }