Add dconf setting to maybe fix zoom menus
This commit is contained in:
6
home/services/dconf.nix
Normal file
6
home/services/dconf.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
dconf.settings = {
|
||||
"org/gnome/desktop/wm/preferences".auto-rise = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user