refactor(modules): rewrite some modules; add dconf

This commit is contained in:
Artur Manuel 2025-01-21 15:45:42 +00:00
commit 7938019d55
15 changed files with 131 additions and 59 deletions

View file

@ -4,7 +4,7 @@
lib,
...
}: let
cfg = config.alqueva.fonts;
cfg = config.alqueva.system.fonts;
inherit (lib) types mkOption;
mkStringsOption = default: letterform:
mkOption {
@ -19,7 +19,7 @@
description = "The packages you want to use for your ${letterform} fonts.";
};
in {
options.alqueva.fonts = {
options.alqueva.system.fonts = {
enable = lib.mkEnableOption "" // {description = "Whether you want to use this fonts module.";};
packages =
{