small fix

This commit is contained in:
Yan Lin 2025-10-20 14:59:27 +02:00
parent e7fa7fcf70
commit 18da3b64bd

View file

@ -4,6 +4,10 @@ with lib;
let
cfg = config.programs.gnome-custom;
# Import gvariant helpers for dconf types
mkTuple = lib.hm.gvariant.mkTuple;
mkUint32 = lib.hm.gvariant.mkUint32;
in
{