mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: reorganized home manager modules
This commit is contained in:
parent
3da8fbd7be
commit
f616ccbcaa
5 changed files with 9 additions and 30 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue