diff --git a/nix/module.nix b/nix/module.nix index 7524260de..a4a85cfc5 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -70,7 +70,7 @@ in theme = mkOption { type = types.str; - default = null; + default = ""; example = "catppuccin_mocha"; description = "Theme to import (see ./themes/*.json)"; };