5 lines
77 B
Nix
5 lines
77 B
Nix
|
{ config, ... }:
|
||
|
{
|
||
|
programs.dconf.enable = config.system.desktop.enable;
|
||
|
}
|