programs/kiwmi: fix module

I always forget to readd the file every time I create a new file. :/
This commit is contained in:
Gabriel Arazas 2022-09-26 14:17:58 +08:00
parent 394aa2bddf
commit e8b45d36d7

View File

@ -3,7 +3,7 @@
let
cfg = config.programs.kiwmi;
package = cfg.package.override { inherit extraOptions; };
package = cfg.package.override { extraOptions = cfg.extraOptions; };
in {
options.programs.kiwmi = {
enable = lib.mkEnableOption "Kiwmi, a fully programmable Wayland compositor";