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.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/users/grfn/system/home/modules/common.nix b/users/grfn/system/home/modules/common.nix
index 7714644841..17d58a36c5 100644
--- a/users/grfn/system/home/modules/common.nix
+++ b/users/grfn/system/home/modules/common.nix
@@ -6,7 +6,7 @@
 {
   imports = [
     ../modules/shell.nix
-    ../modules/development.nix
+    # ../modules/development.nix
     ../modules/emacs.nix
     ../modules/vim.nix
     ../modules/tarsnap.nix
@@ -118,8 +118,4 @@
     enableBashIntegration = true;
     enableZshIntegration = true;
   };
-
-  services.dropbox = {
-    enable = true;
-  };
 }