Revert "Add dconf setting to maybe fix zoom menus"
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m55s
Periodic flake update / flake-update (push) Successful in 1m31s

This reverts commit 7261a75366.
This commit is contained in:
Torjus Håkestad 2024-11-08 11:31:26 +01:00
parent 7261a75366
commit 860377b06f
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4
2 changed files with 0 additions and 7 deletions

View File

@ -31,7 +31,6 @@
./scripts
./services/backup-home.nix
./services/ghettoptt.nix
./services/dconf.nix
./sops
./ssh
./zsh

View File

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