diff options
-rw-r--r-- | users/grfn/system/home/modules/common.nix | 4 |
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 ab0a2d925d2c..7714644841ba 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; + }; } |