From 01780213877ae654de3cdccc2176b28c0a087b60 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 27 Nov 2023 13:26:35 -0800 Subject: [PATCH] updated modules.nix --- modules/modules.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 modules/modules.nix diff --git a/modules/modules.nix b/modules/modules.nix new file mode 100644 index 0000000..a3d4e61 --- /dev/null +++ b/modules/modules.nix @@ -0,0 +1,10 @@ +{ config, pkgs, lib, ... }: + +{ + + imports = [ + + ./Sovran_SystemsOS_File_Fixes_And_New_Services.nix + + ]; +} \ No newline at end of file