feat: reorganized home manager modules

This commit is contained in:
Nick 2024-11-03 17:52:34 -06:00
parent 3da8fbd7be
commit f616ccbcaa
5 changed files with 9 additions and 30 deletions

View file

@ -1,16 +1,10 @@
{flake, ...}: let
inherit (flake) self;
moduleNames = [
"braveHM"
"commandLine"
"entertainment"
"extras"
"fileManagement"
"firefoxHM"
"internet"
"privacy"
"productionCode"
"desktop"
"productionWriting"
"shared"
];
moduleImports = map (module: self.homeModules.${module}) moduleNames;