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/foundation/default.nix | |
| 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/foundation/default.nix')
| -rw-r--r-- | modules/foundation/default.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/foundation/default.nix b/modules/foundation/default.nix new file mode 100644 index 0000000..19b1462 --- /dev/null +++ b/modules/foundation/default.nix @@ -0,0 +1,9 @@ +{ ... }: + +{ + # currently there are no foundation + # modules in the `minerals` configuration. + # after the (possible) merge with the + # network configuration, it will house + # more modules. +} |
