nix-config/home-manager/_mixins/desktop/dconf-editor.nix

10 lines
133 B
Nix
Raw Permalink Normal View History

{ lib, ... }:
with lib.hm.gvariant;
{
dconf.settings = {
"ca/desrt/dconf-editor" = {
show-warning = false;
};
};
}