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/foundation/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 modules/foundation/default.nix (limited to 'modules/foundation/default.nix') 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. +} -- cgit 1.4.1