7 lines
107 B
Nix
7 lines
107 B
Nix
{ pkgs, lib, ... }:
|
|
{
|
|
dconf.settings = {
|
|
"org/gnome/desktop/wm/preferences".auto-rise = true;
|
|
};
|
|
}
|