mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 18:19:11 +00:00
programs/kiwmi: fix module
I always forget to readd the file every time I create a new file. :/
This commit is contained in:
parent
394aa2bddf
commit
e8b45d36d7
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user