wmii.nix: fix module args

This commit is contained in:
Timofei Kushnir 2015-12-01 09:08:20 +03:00
parent f501e69e41
commit 8b1fc9ca75

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, options, modulesPath }:
{ config, lib, pkgs, options, modulesPath, ... }:
let
inherit (lib) mkOption mkIf singleton;