From e703f3a7ffee32fc2c7bd7cf1129846d3411fe56 Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 14 Jan 2025 22:13:14 +0100 Subject: Fully configure VSCode Signed-off-by: Mel --- modules/home/common.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/home/common.nix') 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; -- cgit 1.4.1