Hi,
Previously on NixOS 20.09 I was using FVWM as my window manager with no issues:
services.xserver.windowManager.fvwm.enable = true;
Unfortunately after upgrading to 21.05 it fails to apply the new configuration.nix with the following error message:
building the system configuration...
error: anonymous function at /nix/store/yzvn580qp7ga3bxjm98zp4c91g031mvr-nixos-21.05.4384.4f37689c8a2/nixos/pkgs/applications/window-managers/fvwm/default.nix:1:1 called with unexpected argument 'gestures', at /nix/store/yzvn580qp7ga3bxjm98zp4c91g031mvr-nixos-21.05.4384.4f37689c8a2/nixos/lib/customisation.nix:69:16
as per the available options, I also unsuccessfully tried:
services.xserver.windowManager.fvwm.enable = true;
services.xserver.windowManager.fvwm.gestures = false;
although gestures set to false is the default value.
- NixOS Search - Loading...
- nixpkgs/default.nix at a284564b7f75ac4db73607db02076e8da9d42c9d · NixOS/nixpkgs · GitHub
Thanks