From 2dfb8c9a125f7d446734e0dc96eba40ec1b99314 Mon Sep 17 00:00:00 2001 From: atagen Date: Thu, 5 Dec 2024 14:45:13 +1100 Subject: [PATCH] it hurts --- nix/culr-module.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/culr-module.nix b/nix/culr-module.nix index 44e750b..91f12c0 100644 --- a/nix/culr-module.nix +++ b/nix/culr-module.nix @@ -10,8 +10,8 @@ in { options.programs.culr = { enable = mkEnableOption "culr"; pattern = mkOption { - type = with types; nullOr (either (listOf int) str); - default = null; + type = with types; listOf int; + default = []; description = "colourising pattern"; }; palette = mkOption {