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,9 +4,9 @@
pkgs,
...
}: let
cfg = config.alqueva.libvirt;
cfg = config.alqueva.programs.libvirt;
in {
options.alqueva.libvirt = {
options.alqueva.programs.libvirt = {
enable = lib.mkEnableOption "libvirt";
};