diff options
| author | Mel <einebeere@gmail.com> | 2025-02-09 18:24:45 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2025-02-09 18:24:45 +0100 |
| commit | e5cac4cde47a4b351bd0919b25a391ad7184616f (patch) | |
| tree | 2ebb86ab328f47d39ffde4425b4263717221de62 /modules/home | |
| parent | 11f5bfd68d0fa7a3e65166502104badf07367134 (diff) | |
| download | minerals-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')
| -rw-r--r-- | modules/home/common.nix | 2 |
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 ]; |
