added enables to modules and made base module that imports all other modules

This commit is contained in:
Leyla Becker 2024-11-24 14:17:32 -06:00
parent eaa19be741
commit bf0686a14b
7 changed files with 79 additions and 55 deletions

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
{...}: {
imports = [];
nix = {