diff --git a/users/grfn/system/home/modules/common.nix b/users/grfn/system/home/modules/common.nix index ab0a2d925..771464484 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; + }; }