NixOS-Config/modules/system/programs/dconf/default.nix

5 lines
77 B
Nix

{ config, ... }:
{
programs.dconf.enable = config.system.desktop.enable;
}