Restructure home and system modules

This commit is contained in:
Florian RICHER 2024-05-27 22:40:30 +02:00
parent b86a8b50c7
commit a03355b3a1
35 changed files with 82 additions and 82 deletions

View file

@ -2,10 +2,10 @@
with lib;
let
cfg = config.homeModules.apps.chromium;
cfg = config.modules.home.apps.chromium;
in
{
options.homeModules.apps.chromium = {
options.modules.home.apps.chromium = {
enable = mkEnableOption ''
Enable chromium with my custom configurations
'';