nixos/home/services/dconf.nix

7 lines
107 B
Nix

{ pkgs, lib, ... }:
{
dconf.settings = {
"org/gnome/desktop/wm/preferences".auto-rise = true;
};
}