summary refs log tree commit diff
path: root/modules/home/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/common.nix')
-rw-r--r--modules/home/common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/home/common.nix b/modules/home/common.nix
index 99900e6..7e10560 100644
--- a/modules/home/common.nix
+++ b/modules/home/common.nix
@@ -1,6 +1,10 @@
 { ... }:
 
 {
+  imports = [
+    ./code.nix
+  ];
+
   programs = {
     git = {
       enable = true;