summary refs log tree commit diff
path: root/modules/home/common.nix
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2025-02-09 18:24:45 +0100
committerMel <einebeere@gmail.com>2025-02-09 18:24:45 +0100
commite5cac4cde47a4b351bd0919b25a391ad7184616f (patch)
tree2ebb86ab328f47d39ffde4425b4263717221de62 /modules/home/common.nix
parent11f5bfd68d0fa7a3e65166502104badf07367134 (diff)
downloadminerals-e5cac4cde47a4b351bd0919b25a391ad7184616f.tar.zst
minerals-e5cac4cde47a4b351bd0919b25a391ad7184616f.zip
Allow home-manager to create mutable config files for programs like VSCode
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules/home/common.nix')
-rw-r--r--modules/home/common.nix2
1 files changed, 2 insertions, 0 deletions
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
   ];