updated modules.nix

This commit is contained in:
naturallaw77 2023-11-27 13:26:35 -08:00
parent c7e88cf96c
commit 0178021387

10
modules/modules.nix Normal file
View File

@ -0,0 +1,10 @@
{ config, pkgs, lib, ... }:
{
imports = [
./Sovran_SystemsOS_File_Fixes_And_New_Services.nix
];
}