nixos/home/services/dconf.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
107 B
Nix
Raw Normal View History

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