1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

Merge pull request #128461 from kittywitch/fvwm-gestures-fix

nixos/fvwm: gestures -> enableGestures as of #118256
This commit is contained in:
Sandro 2021-06-30 02:07:12 +02:00 committed by GitHub
commit defb64fd5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ with lib;
let
cfg = config.services.xserver.windowManager.fvwm;
fvwm = pkgs.fvwm.override { gestures = cfg.gestures; };
fvwm = pkgs.fvwm.override { enableGestures = cfg.gestures; };
in
{