Merge pull request #11371 from tk-ecotelecom/fix-wmii

wmii.nix: fix module args

+1 -1
+1 -1
nixos/modules/services/x11/window-managers/wmii.nix
··· 1 - { config, lib, pkgs, options, modulesPath }: 2 3 let 4 inherit (lib) mkOption mkIf singleton;
··· 1 + { config, lib, pkgs, options, modulesPath, ... }: 2 3 let 4 inherit (lib) mkOption mkIf singleton;