Add dconf setting to maybe fix zoom menus
This commit is contained in:
parent
b7cc060453
commit
7261a75366
@ -31,6 +31,7 @@
|
||||
./scripts
|
||||
./services/backup-home.nix
|
||||
./services/ghettoptt.nix
|
||||
./services/dconf.nix
|
||||
./sops
|
||||
./ssh
|
||||
./zsh
|
||||
|
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;
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user