mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-14 16:36:24 +00:00
9 lines
133 B
Nix
9 lines
133 B
Nix
{ lib, ... }:
|
|
with lib.hm.gvariant;
|
|
{
|
|
dconf.settings = {
|
|
"ca/desrt/dconf-editor" = {
|
|
show-warning = false;
|
|
};
|
|
};
|
|
}
|