summary refs log tree commit diff
path: root/modules/home/common.nix
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2025-01-14 22:13:14 +0100
committerMel <einebeere@gmail.com>2025-01-14 22:28:39 +0100
commite703f3a7ffee32fc2c7bd7cf1129846d3411fe56 (patch)
treea814d85c629fc6dc0129e6e6053656cd764f9f83 /modules/home/common.nix
parent668601ce9736a8de37f83dcd0e0fe755310f2268 (diff)
downloadminerals-e703f3a7ffee32fc2c7bd7cf1129846d3411fe56.tar.zst
minerals-e703f3a7ffee32fc2c7bd7cf1129846d3411fe56.zip
Fully configure VSCode
Signed-off-by: Mel <einebeere@gmail.com>
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;