From e5cac4cde47a4b351bd0919b25a391ad7184616f Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 9 Feb 2025 18:24:45 +0100 Subject: Allow home-manager to create mutable config files for programs like VSCode Signed-off-by: Mel --- modules/home/common.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/home') diff --git a/modules/home/common.nix b/modules/home/common.nix index 7e10560..f87bf99 100644 --- a/modules/home/common.nix +++ b/modules/home/common.nix @@ -2,6 +2,8 @@ { imports = [ + ../foundation/home + ./code.nix ]; -- cgit 1.4.1