From e10d94f984dbf36f3b10c9e3b8383c57e3aa5dec Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Tue, 30 Jul 2024 23:14:28 -0700 Subject: [PATCH] flameshot: attrsOf attrs --- home/modules/flameshot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/flameshot.nix b/home/modules/flameshot.nix index 07508ca..8d800f9 100644 --- a/home/modules/flameshot.nix +++ b/home/modules/flameshot.nix @@ -8,7 +8,7 @@ in enable = lib.mkEnableOption "flameshot home-manager module"; config = lib.mkOption { - type = with lib.types; attrsOf inferred; + type = with lib.types; attrsOf attrs; description = "the flameshot config as an attrs of attrs"; default = { }; };