Update config and option names for modules
This commit is contained in:
parent
fe508bd127
commit
bb9b77e2f8
54 changed files with 122 additions and 120 deletions
|
@ -3,10 +3,10 @@
|
|||
with lib;
|
||||
|
||||
let
|
||||
cfg = config.nixosModules.desktop.dconf;
|
||||
cfg = config.features.desktop.dconf;
|
||||
in
|
||||
{
|
||||
options.nixosModules.desktop.dconf.enable = mkEnableOption "Enable dconf";
|
||||
options.features.desktop.dconf.enable = mkEnableOption "Enable dconf";
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
programs.dconf.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue