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

@ -3,9 +3,9 @@
lib,
...
}: let
cfg = config.alqueva.git;
cfg = config.alqueva.programs.git;
in {
options.alqueva.git = {
options.alqueva.programs.git = {
enable = lib.mkEnableOption "git";
};